Html Css Color HEX #D0876D Burning Sand

📋 copy color: '#D0876D'

red 208 ◦ green 135 ◦ blue 109

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

Shades of Burning Sand #D0876D

Tints of Burning Sand #D0876D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.87%

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

R = 46.02%
G = 29.87%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0876D (or 0xD0876D) is known color: Burning Sand. HEX triplet: D0, 87 and 6D. RGB value is (208,135,109). Sum of RGB (Red+Green+Blue) = 208+135+109=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D0876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0876D is #2F7892. Grayscale: #9A9A9A. Windows color (decimal): -3111059 or 7178192. OLE color: 7178192.

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

Color convert

RGB 208 135 109 -
CMYK 0 0.35 0.48 0.18
HSL 15.76º 0.51% 0.62% -
HSV(B) 15.76º 0.48% 0.82% -
XYZ 37.44 31.84 18.64 -
YUV 153.86 102.68 166.61 -
System Red Green Blue C M Y K H S L
Decimal 208 135 109 0 0.35 0.48 0.18 15.76 0.51 0.62
Hex D0 87 6D 0 23 30 12 10 33 3E
Octal 320 207 155 0 43 60 22 20 63 76
Binary 11010000 10000111 1101101 0 100011 110000 10010 10000 110011 111110

Color Harmonies of #D0876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0876D

Black with #D0876D

Text Example


Text Example

White with #D0876D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0876D; }

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

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

background-color css

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

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

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

border-color css

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

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

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