#D07F6C

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

Shades of Burning Sand #D07F6C

Tints of Burning Sand #D07F6C

Color information

#D07F6C (or 0xD07F6C) is unknown color: approx Burning Sand. HEX triplet: D0, 7F and 6C. RGB value is (208,127,108). Sum of RGB (Red+Green+Blue) = 208+127+108=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07F6C is #2F8093. Grayscale: #959595. Windows color (decimal): -3113108 or 7110608. OLE color: 7110608.

HSL color Cylindrical-coordinate representation of color #D07F6C: hue angle of 11.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D07F6C is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB208127108-
CMYK00.390.480.18
HSL11.4º51.55%61.96%-
HSV(B)11.4º48.08%81.57%-
XYZ36.3129.6718-
YUV149.05104.84170.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.95%
GREEN value IS 127 (50% from 255) = 28.67%
BLUE value IS 108 (42.58% from 255) = 24.38%
R=46.95%
G=28.67%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812710800.390.480.1811.451.5561.96
HexD07F6C0273012b343e
Octal3201771540476022136476
Binary11010000111111111011000100111110000100101011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07F6C; }

 p { color: rgb(208,127,108); }

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

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

 a { background-color: rgb(208,127,108); }

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

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

 span { border-color: rgb(208,127,108); }

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