Html Css Color HEX #D2856E Burning Sand

📋 copy color: '#D2856E'

red 210 ◦ green 133 ◦ blue 110

#D2856E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burning Sand #D2856E

Tints of Burning Sand #D2856E

RGB

 RED value IS 210 (82.42% from 255) = 46.36%

 GREEN value IS 133 (52.34% from 255) = 29.36%

 BLUE value IS 110 (43.36% from 255) = 24.28%

R = 46.36%
G = 29.36%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2856E (or 0xD2856E) is known color: Burning Sand. HEX triplet: D2, 85 and 6E. RGB value is (210,133,110). Sum of RGB (Red+Green+Blue) = 210+133+110=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D2856E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2856E is #2D7A91. Grayscale: #999999. Windows color (decimal): -2980498 or 7243218. OLE color: 7243218.

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

Color convert

RGB 210 133 110 -
CMYK 0 0.37 0.48 0.18
HSL 13.8º 0.53% 0.63% -
HSV(B) 13.8º 0.48% 0.82% -
XYZ 37.78 31.6 18.86 -
YUV 153.4 103.51 168.37 -
System Red Green Blue C M Y K H S L
Decimal 210 133 110 0 0.37 0.48 0.18 13.8 0.53 0.63
Hex D2 85 6E 0 25 30 12 E 35 3F
Octal 322 205 156 0 45 60 22 16 65 77
Binary 11010010 10000101 1101110 0 100101 110000 10010 1110 110101 111111

Color Harmonies of #D2856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2856E

Black with #D2856E

Text Example


Text Example

White with #D2856E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2856E; }

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

 H1.HeaderClassName
 {
   color: #D2856E;
 }
 .AnyTagClassName
 {
   color: #D2856E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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