#D07969

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

Shades of Burning Sand #D07969

Tints of Burning Sand #D07969

Color information

#D07969 (or 0xD07969) is unknown color: approx Burning Sand. HEX triplet: D0, 79 and 69. RGB value is (208,121,105). Sum of RGB (Red+Green+Blue) = 208+121+105=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 105 (41.41% from 255 or 24.19% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D07969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07969 is #2F8696. Grayscale: #919191. Windows color (decimal): -3114647 or 6912464. OLE color: 6912464.

HSL color Cylindrical-coordinate representation of color #D07969: hue angle of 9.32º 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 #D07969 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB208121105-
CMYK00.420.500.18
HSL9.32º52.28%61.37%-
HSV(B)9.32º49.52%81.57%-
XYZ35.428.116.92-
YUV145.19105.32172.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.93%
GREEN value IS 121 (47.66% from 255) = 27.88%
BLUE value IS 105 (41.41% from 255) = 24.19%
R=47.93%
G=27.88%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812110500.420.500.189.3252.2861.37
HexD0796902A32129343d
Octal3201711510526222116475
Binary11010000111100111010010101010110010100101001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07969; }

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

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

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

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

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

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

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

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