#D2876C

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

Shades of Burning Sand #D2876C

Tints of Burning Sand #D2876C

Color information

#D2876C (or 0xD2876C) is unknown color: approx Burning Sand. HEX triplet: D2, 87 and 6C. RGB value is (210,135,108). Sum of RGB (Red+Green+Blue) = 210+135+108=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D2876C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2876C is #2D7893. Grayscale: #9A9A9A. Windows color (decimal): -2979988 or 7112658. OLE color: 7112658.

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

Color convert

RGB210135108-
CMYK00.360.490.18
HSL15.88º53.12%62.35%-
HSV(B)15.88º48.57%82.35%-
XYZ37.9532.1118.39-
YUV154.35101.85167.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.36%
GREEN value IS 135 (53.12% from 255) = 29.80%
BLUE value IS 108 (42.58% from 255) = 23.84%
R=46.36%
G=29.80%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013510800.360.490.1815.8853.1262.35
HexD2876C024311210353e
Octal3222071540446122206576
Binary1101001010000111110110001001001100011001010000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2876C; }

 p { color: rgb(210,135,108); }

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

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

 a { background-color: rgb(210,135,108); }

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

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

 span { border-color: rgb(210,135,108); }

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