#D2856B

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

Shades of Burning Sand #D2856B

Tints of Burning Sand #D2856B

Color information

#D2856B (or 0xD2856B) is unknown color: approx Burning Sand. HEX triplet: D2, 85 and 6B. RGB value is (210,133,107). Sum of RGB (Red+Green+Blue) = 210+133+107=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D2856B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2856B is #2D7A94. Grayscale: #999999. Windows color (decimal): -2980501 or 7046610. OLE color: 7046610.

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

Color convert

RGB210133107-
CMYK00.370.490.18
HSL15.15º53.37%62.16%-
HSV(B)15.15º49.05%82.35%-
XYZ37.6231.5418.01-
YUV153.06102.01168.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.67%
GREEN value IS 133 (52.34% from 255) = 29.56%
BLUE value IS 107 (42.19% from 255) = 23.78%
R=46.67%
G=29.56%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013310700.370.490.1815.1553.3762.16
HexD2856B0253112f353e
Octal3222051530456122176576
Binary110100101000010111010110100101110001100101111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2856B; }

 p { color: rgb(210,133,107); }

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

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

 a { background-color: rgb(210,133,107); }

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

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

 span { border-color: rgb(210,133,107); }

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