#D08465

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

Shades of Burning Sand #D08465

Tints of Burning Sand #D08465

Color information

#D08465 (or 0xD08465) is unknown color: approx Burning Sand. HEX triplet: D0, 84 and 65. RGB value is (208,132,101). Sum of RGB (Red+Green+Blue) = 208+132+101=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D08465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08465 is #2F7B9A. Grayscale: #979797. Windows color (decimal): -3111835 or 6653136. OLE color: 6653136.

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

Color convert

RGB208132101-
CMYK00.370.510.18
HSL17.38º53.23%60.59%-
HSV(B)17.38º51.44%81.57%-
XYZ36.6130.8516.34-
YUV151.1999.68168.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.17%
GREEN value IS 132 (51.95% from 255) = 29.93%
BLUE value IS 101 (39.84% from 255) = 22.90%
R=47.17%
G=29.93%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813210100.370.510.1817.3853.2360.59
HexD08465025331211353d
Octal3202041450456322216575
Binary1101000010000100110010101001011100111001010001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08465; }

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

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

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

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

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

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

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

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