Html Css Color HEX #D2826D Burning Sand

📋 copy color: '#D2826D'

red 210 ◦ green 130 ◦ blue 109

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

Shades of Burning Sand #D2826D

Tints of Burning Sand #D2826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.95%

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

R = 46.77%
G = 28.95%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2826D (or 0xD2826D) is known color: Burning Sand. HEX triplet: D2, 82 and 6D. RGB value is (210,130,109). Sum of RGB (Red+Green+Blue) = 210+130+109=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D2826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2826D is #2D7D92. Grayscale: #979797. Windows color (decimal): -2981267 or 7176914. OLE color: 7176914.

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

Color convert

RGB 210 130 109 -
CMYK 0 0.38 0.48 0.18
HSL 12.48º 0.53% 0.63% -
HSV(B) 12.48º 0.48% 0.82% -
XYZ 37.32 30.77 18.44 -
YUV 151.53 104 169.71 -
System Red Green Blue C M Y K H S L
Decimal 210 130 109 0 0.38 0.48 0.18 12.48 0.53 0.63
Hex D2 82 6D 0 26 30 12 C 35 3F
Octal 322 202 155 0 46 60 22 14 65 77
Binary 11010010 10000010 1101101 0 100110 110000 10010 1100 110101 111111

Color Harmonies of #D2826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2826D

Black with #D2826D

Text Example


Text Example

White with #D2826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2826D; }

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

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

background-color css

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

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

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

border-color css

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

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

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