Html Css Color HEX #D0826D Burning Sand

📋 copy color: '#D0826D'

red 208 ◦ green 130 ◦ blue 109

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

Shades of Burning Sand #D0826D

Tints of Burning Sand #D0826D

RGB

 RED value IS 208 (81.64% from 255) = 46.53%

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

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

R = 46.53%
G = 29.08%
B = 24.38%

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

#D0826D (or 0xD0826D) is known color: Burning Sand. HEX triplet: D0, 82 and 6D. RGB value is (208,130,109). Sum of RGB (Red+Green+Blue) = 208+130+109=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D0826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0826D is #2F7D92. Grayscale: #979797. Windows color (decimal): -3112339 or 7176912. OLE color: 7176912.

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

Color convert

RGB 208 130 109 -
CMYK 0 0.38 0.48 0.18
HSL 12.73º 0.51% 0.62% -
HSV(B) 12.73º 0.48% 0.82% -
XYZ 36.76 30.48 18.41 -
YUV 150.93 104.34 168.71 -
System Red Green Blue C M Y K H S L
Decimal 208 130 109 0 0.38 0.48 0.18 12.73 0.51 0.62
Hex D0 82 6D 0 26 30 12 D 33 3E
Octal 320 202 155 0 46 60 22 15 63 76
Binary 11010000 10000010 1101101 0 100110 110000 10010 1101 110011 111110

Color Harmonies of #D0826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0826D

Black with #D0826D

Text Example


Text Example

White with #D0826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0826D; }

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

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

background-color css

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

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

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

border-color css

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

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

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