Html Css Color HEX #D08155 Burning Sand

📋 copy color: '#D08155'

red 208 ◦ green 129 ◦ blue 85

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

Shades of Burning Sand #D08155

Tints of Burning Sand #D08155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.14%

R = 49.29%
G = 30.57%
B = 20.14%

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

#D08155 (or 0xD08155) is known color: Burning Sand. HEX triplet: D0, 81 and 55. RGB value is (208,129,85). Sum of RGB (Red+Green+Blue) = 208+129+85=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D08155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08155 is #2F7EAA. Grayscale: #939393. Windows color (decimal): -3112619 or 5603792. OLE color: 5603792.

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

Color convert

RGB 208 129 85 -
CMYK 0 0.38 0.59 0.18
HSL 21.46º 0.57% 0.57% -
HSV(B) 21.46º 0.59% 0.82% -
XYZ 35.5 29.77 12.47 -
YUV 147.61 92.67 171.08 -
System Red Green Blue C M Y K H S L
Decimal 208 129 85 0 0.38 0.59 0.18 21.46 0.57 0.57
Hex D0 81 55 0 26 3B 12 15 39 39
Octal 320 201 125 0 46 73 22 25 71 71
Binary 11010000 10000001 1010101 0 100110 111011 10010 10101 111001 111001

Color Harmonies of #D08155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08155

Black with #D08155

Text Example


Text Example

White with #D08155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08155; }

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

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

background-color css

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

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

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

border-color css

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

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

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