Html Css Color HEX #D08356 Burning Sand

📋 copy color: '#D08356'

red 208 ◦ green 131 ◦ blue 86

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

Shades of Burning Sand #D08356

Tints of Burning Sand #D08356

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.82%

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

R = 48.94%
G = 30.82%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D08356 (or 0xD08356) is known color: Burning Sand. HEX triplet: D0, 83 and 56. RGB value is (208,131,86). Sum of RGB (Red+Green+Blue) = 208+131+86=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D08356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08356 is #2F7CA9. Grayscale: #959595. Windows color (decimal): -3112106 or 5669840. OLE color: 5669840.

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

Color convert

RGB 208 131 86 -
CMYK 0 0.37 0.59 0.18
HSL 22.13º 0.56% 0.58% -
HSV(B) 22.13º 0.59% 0.82% -
XYZ 35.81 30.31 12.77 -
YUV 148.89 92.51 170.16 -
System Red Green Blue C M Y K H S L
Decimal 208 131 86 0 0.37 0.59 0.18 22.13 0.56 0.58
Hex D0 83 56 0 25 3B 12 16 38 3A
Octal 320 203 126 0 45 73 22 26 70 72
Binary 11010000 10000011 1010110 0 100101 111011 10010 10110 111000 111010

Color Harmonies of #D08356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08356

Black with #D08356

Text Example


Text Example

White with #D08356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08356; }

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

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

background-color css

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

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

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

border-color css

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

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

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