Html Css Color HEX #D2816D Burning Sand

📋 copy color: '#D2816D'

red 210 ◦ green 129 ◦ blue 109

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

Shades of Burning Sand #D2816D

Tints of Burning Sand #D2816D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.79%

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

R = 46.88%
G = 28.79%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2816D (or 0xD2816D) is known color: Burning Sand. HEX triplet: D2, 81 and 6D. RGB value is (210,129,109). Sum of RGB (Red+Green+Blue) = 210+129+109=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D2816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2816D is #2D7E92. Grayscale: #979797. Windows color (decimal): -2981523 or 7176658. OLE color: 7176658.

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

Color convert

RGB 210 129 109 -
CMYK 0 0.39 0.48 0.18
HSL 11.88º 0.53% 0.63% -
HSV(B) 11.88º 0.48% 0.82% -
XYZ 37.19 30.51 18.4 -
YUV 150.94 104.34 170.13 -
System Red Green Blue C M Y K H S L
Decimal 210 129 109 0 0.39 0.48 0.18 11.88 0.53 0.63
Hex D2 81 6D 0 27 30 12 C 35 3F
Octal 322 201 155 0 47 60 22 14 65 77
Binary 11010010 10000001 1101101 0 100111 110000 10010 1100 110101 111111

Color Harmonies of #D2816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2816D

Black with #D2816D

Text Example


Text Example

White with #D2816D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2816D; }

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

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

background-color css

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

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

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

border-color css

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

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

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