#D07D69

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

Shades of Burning Sand #D07D69

Tints of Burning Sand #D07D69

Color information

#D07D69 (or 0xD07D69) is unknown color: approx Burning Sand. HEX triplet: D0, 7D and 69. RGB value is (208,125,105). Sum of RGB (Red+Green+Blue) = 208+125+105=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 125 (49.22% from 255 or 28.54% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07D69 is #2F8296. Grayscale: #939393. Windows color (decimal): -3113623 or 6913488. OLE color: 6913488.

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

Color convert

RGB208125105-
CMYK00.400.500.18
HSL11.65º52.28%61.37%-
HSV(B)11.65º49.52%81.57%-
XYZ35.929.117.09-
YUV147.54104171.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.49%
GREEN value IS 125 (49.22% from 255) = 28.54%
BLUE value IS 105 (41.41% from 255) = 23.97%
R=47.49%
G=28.54%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812510500.400.500.1811.6552.2861.37
HexD07D690283212c343d
Octal3201751510506222146475
Binary11010000111110111010010101000110010100101100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07D69; }

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

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

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

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

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

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

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

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