#D2816A

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

Shades of Burning Sand #D2816A

Tints of Burning Sand #D2816A

Color information

#D2816A (or 0xD2816A) is unknown color: approx Burning Sand. HEX triplet: D2, 81 and 6A. RGB value is (210,129,106). Sum of RGB (Red+Green+Blue) = 210+129+106=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D2816A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2816A is #2D7E95. Grayscale: #969696. Windows color (decimal): -2981526 or 6980050. OLE color: 6980050.

HSL color Cylindrical-coordinate representation of color #D2816A: hue angle of 13.27º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2816A is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB210129106-
CMYK00.390.500.18
HSL13.27º53.61%61.96%-
HSV(B)13.27º49.52%82.35%-
XYZ37.0330.4417.56-
YUV150.6102.84170.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.19%
GREEN value IS 129 (50.78% from 255) = 28.99%
BLUE value IS 106 (41.80% from 255) = 23.82%
R=47.19%
G=28.99%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012910600.390.500.1813.2753.6161.96
HexD2816A0273212d363e
Octal3222011520476222156676
Binary110100101000000111010100100111110010100101101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2816A; }

 p { color: rgb(210,129,106); }

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

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

 a { background-color: rgb(210,129,106); }

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

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

 span { border-color: rgb(210,129,106); }

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