#D07D65

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

Shades of Burning Sand #D07D65

Tints of Burning Sand #D07D65

Color information

#D07D65 (or 0xD07D65) is unknown color: approx Burning Sand. HEX triplet: D0, 7D and 65. RGB value is (208,125,101). Sum of RGB (Red+Green+Blue) = 208+125+101=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07D65 is #2F829A. Grayscale: #939393. Windows color (decimal): -3113627 or 6651344. OLE color: 6651344.

HSL color Cylindrical-coordinate representation of color #D07D65: hue angle of 13.46º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D07D65 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB208125101-
CMYK00.400.510.18
HSL13.46º53.23%60.59%-
HSV(B)13.46º51.44%81.57%-
XYZ35.729.0216.03-
YUV147.08102171.45-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.93%
GREEN value IS 125 (49.22% from 255) = 28.80%
BLUE value IS 101 (39.84% from 255) = 23.27%
R=47.93%
G=28.80%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812510100.400.510.1813.4653.2360.59
HexD07D650283312d353d
Octal3201751450506322156575
Binary11010000111110111001010101000110011100101101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07D65; }

 p { color: rgb(208,125,101); }

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

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

 a { background-color: rgb(208,125,101); }

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

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

 span { border-color: rgb(208,125,101); }

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