Html Css Color HEX #D08156 Burning Sand

📋 copy color: '#D08156'

red 208 ◦ green 129 ◦ blue 86

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

Shades of Burning Sand #D08156

Tints of Burning Sand #D08156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.33%

R = 49.17%
G = 30.5%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D08156 (or 0xD08156) is known color: Burning Sand. HEX triplet: D0, 81 and 56. RGB value is (208,129,86). Sum of RGB (Red+Green+Blue) = 208+129+86=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D08156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08156 is #2F7EA9. Grayscale: #939393. Windows color (decimal): -3112618 or 5669328. OLE color: 5669328.

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

Color convert

RGB 208 129 86 -
CMYK 0 0.38 0.59 0.18
HSL 21.15º 0.56% 0.58% -
HSV(B) 21.15º 0.59% 0.82% -
XYZ 35.54 29.78 12.68 -
YUV 147.72 93.17 171 -
System Red Green Blue C M Y K H S L
Decimal 208 129 86 0 0.38 0.59 0.18 21.15 0.56 0.58
Hex D0 81 56 0 26 3B 12 15 38 3A
Octal 320 201 126 0 46 73 22 25 70 72
Binary 11010000 10000001 1010110 0 100110 111011 10010 10101 111000 111010

Color Harmonies of #D08156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08156

Black with #D08156

Text Example


Text Example

White with #D08156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08156; }

 p { color: rgb(208,129,86); }

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

background-color css

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

 a { background-color: rgb(208,129,86); }

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

border-color css

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

 span { border-color: rgb(208,129,86); }

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