Html Css Color HEX #D2856D Burning Sand

📋 copy color: '#D2856D'

red 210 ◦ green 133 ◦ blue 109

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

Shades of Burning Sand #D2856D

Tints of Burning Sand #D2856D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.12%

R = 46.46%
G = 29.42%
B = 24.12%

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

#D2856D (or 0xD2856D) is known color: Burning Sand. HEX triplet: D2, 85 and 6D. RGB value is (210,133,109). Sum of RGB (Red+Green+Blue) = 210+133+109=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D2856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2856D is #2D7A92. Grayscale: #999999. Windows color (decimal): -2980499 or 7177682. OLE color: 7177682.

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

Color convert

RGB 210 133 109 -
CMYK 0 0.37 0.48 0.18
HSL 14.26º 0.53% 0.63% -
HSV(B) 14.26º 0.48% 0.82% -
XYZ 37.73 31.58 18.58 -
YUV 153.29 103.01 168.45 -
System Red Green Blue C M Y K H S L
Decimal 210 133 109 0 0.37 0.48 0.18 14.26 0.53 0.63
Hex D2 85 6D 0 25 30 12 E 35 3F
Octal 322 205 155 0 45 60 22 16 65 77
Binary 11010010 10000101 1101101 0 100101 110000 10010 1110 110101 111111

Color Harmonies of #D2856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2856D

Black with #D2856D

Text Example


Text Example

White with #D2856D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2856D; }

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

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

background-color css

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

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

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

border-color css

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

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

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