#D07967

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

Shades of Burning Sand #D07967

Tints of Burning Sand #D07967

Color information

#D07967 (or 0xD07967) is unknown color: approx Burning Sand. HEX triplet: D0, 79 and 67. RGB value is (208,121,103). Sum of RGB (Red+Green+Blue) = 208+121+103=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 103 (40.62% from 255 or 23.84% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D07967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07967 is #2F8698. Grayscale: #919191. Windows color (decimal): -3114649 or 6781392. OLE color: 6781392.

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

Color convert

RGB208121103-
CMYK00.420.500.18
HSL10.29º52.76%60.98%-
HSV(B)10.29º50.48%81.57%-
XYZ35.328.0616.39-
YUV144.96104.32172.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.15%
GREEN value IS 121 (47.66% from 255) = 28.01%
BLUE value IS 103 (40.62% from 255) = 23.84%
R=48.15%
G=28.01%
B=23.84%

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
Decimal20812110300.420.500.1810.2952.7660.98
HexD0796702A3212a353d
Octal3201711470526222126575
Binary11010000111100111001110101010110010100101010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07967; }

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

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

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

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

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

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

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

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