#D08169

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

Shades of Burning Sand #D08169

Tints of Burning Sand #D08169

Color information

#D08169 (or 0xD08169) is unknown color: approx Burning Sand. HEX triplet: D0, 81 and 69. RGB value is (208,129,105). Sum of RGB (Red+Green+Blue) = 208+129+105=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D08169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08169 is #2F7E96. Grayscale: #969696. Windows color (decimal): -3112599 or 6914512. OLE color: 6914512.

HSL color Cylindrical-coordinate representation of color #D08169: hue angle of 13.98º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D08169 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB208129105-
CMYK00.380.500.18
HSL13.98º52.28%61.37%-
HSV(B)13.98º49.52%81.57%-
XYZ36.4130.1317.26-
YUV149.88102.67169.45-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.06%
GREEN value IS 129 (50.78% from 255) = 29.19%
BLUE value IS 105 (41.41% from 255) = 23.76%
R=47.06%
G=29.19%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812910500.380.500.1813.9852.2861.37
HexD081690263212e343d
Octal3202011510466222166475
Binary110100001000000111010010100110110010100101110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08169; }

 p { color: rgb(208,129,105); }

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

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

 a { background-color: rgb(208,129,105); }

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

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

 span { border-color: rgb(208,129,105); }

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