Html Css Color HEX #D08255 Burning Sand

📋 copy color: '#D08255'

red 208 ◦ green 130 ◦ blue 85

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

Shades of Burning Sand #D08255

Tints of Burning Sand #D08255

RGB

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

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

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

R = 49.17%
G = 30.73%
B = 20.09%

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

#D08255 (or 0xD08255) is known color: Burning Sand. HEX triplet: D0, 82 and 55. RGB value is (208,130,85). Sum of RGB (Red+Green+Blue) = 208+130+85=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D08255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08255 is #2F7DAA. Grayscale: #949494. Windows color (decimal): -3112363 or 5604048. OLE color: 5604048.

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

Color convert

RGB 208 130 85 -
CMYK 0 0.38 0.59 0.18
HSL 21.95º 0.57% 0.57% -
HSV(B) 21.95º 0.59% 0.82% -
XYZ 35.63 30.03 12.51 -
YUV 148.19 92.34 170.66 -
System Red Green Blue C M Y K H S L
Decimal 208 130 85 0 0.38 0.59 0.18 21.95 0.57 0.57
Hex D0 82 55 0 26 3B 12 16 39 39
Octal 320 202 125 0 46 73 22 26 71 71
Binary 11010000 10000010 1010101 0 100110 111011 10010 10110 111001 111001

Color Harmonies of #D08255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08255

Black with #D08255

Text Example


Text Example

White with #D08255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08255; }

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

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

background-color css

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

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

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

border-color css

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

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

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