#D07D61

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

Shades of Burning Sand #D07D61

Tints of Burning Sand #D07D61

Color information

#D07D61 (or 0xD07D61) is unknown color: approx Burning Sand. HEX triplet: D0, 7D and 61. RGB value is (208,125,97). Sum of RGB (Red+Green+Blue) = 208+125+97=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07D61 is #2F829E. Grayscale: #929292. Windows color (decimal): -3113631 or 6389200. OLE color: 6389200.

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

Color convert

RGB20812597-
CMYK00.400.530.18
HSL15.14º54.15%59.8%-
HSV(B)15.14º53.37%81.57%-
XYZ35.528.9415.02-
YUV146.62100171.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.37%
GREEN value IS 125 (49.22% from 255) = 29.07%
BLUE value IS 97 (38.28% from 255) = 22.56%
R=48.37%
G=29.07%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081259700.400.530.1815.1454.1559.8
HexD07D610283512f363c
Octal3201751410506522176674
Binary11010000111110111000010101000110101100101111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07D61; }

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

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

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

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

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

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

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

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