#D48369

Color #D48369 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #D48369

Tints of Burning Sand #D48369

Color information

#D48369 (or 0xD48369) is unknown color: approx Burning Sand. HEX triplet: D4, 83 and 69. RGB value is (212,131,105). Sum of RGB (Red+Green+Blue) = 212+131+105=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D48369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48369 is #2B7C96. Grayscale: #989898. Windows color (decimal): -2849943 or 6915028. OLE color: 6915028.

HSL color Cylindrical-coordinate representation of color #D48369: hue angle of 14.58º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D48369 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB212131105-
CMYK00.380.500.17
HSL14.58º55.44%62.16%-
HSV(B)14.58º50.47%83.14%-
XYZ37.8231.2517.4-
YUV152.26101.34170.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 47.32%
GREEN value IS 131 (51.56% from 255) = 29.24%
BLUE value IS 105 (41.41% from 255) = 23.44%
R=47.32%
G=29.24%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213110500.380.500.1714.5855.4462.16
HexD483690263211f373e
Octal3242031510466221176776
Binary110101001000001111010010100110110010100011111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48369; }

 p { color: rgb(212,131,105); }

 H1.HeaderClassName
 {
   color: #D48369;
 }
 .AnyTagClassName
 {
   color: #D48369;
 }
</style>
background-color css

<style>
 a { background-color: #D48369; }

 a { background-color: rgb(212,131,105); }

 div.DivClassName
 {
   background-color: #D48369;
 }
 .BgClassName
 {
   background-color: #D48369;
 }
</style>
border-color css

<style>
 span { border-color: #D48369; }

 span { border-color: rgb(212,131,105); }

 td.TdClassName
 {
   border-color: #D48369;
 }
 .TagClassName
 {
   border-color: #D48369;
 }
</style>