Html Css Color HEX #D08360 Burning Sand

📋 copy color: '#D08360'

red 208 ◦ green 131 ◦ blue 96

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

Shades of Burning Sand #D08360

Tints of Burning Sand #D08360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.07%

R = 47.82%
G = 30.11%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D08360 (or 0xD08360) is known color: Burning Sand. HEX triplet: D0, 83 and 60. RGB value is (208,131,96). Sum of RGB (Red+Green+Blue) = 208+131+96=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D08360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08360 is #2F7C9F. Grayscale: #969696. Windows color (decimal): -3112096 or 6325200. OLE color: 6325200.

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

Color convert

RGB 208 131 96 -
CMYK 0 0.37 0.54 0.18
HSL 18.75º 0.54% 0.6% -
HSV(B) 18.75º 0.54% 0.82% -
XYZ 36.24 30.49 15.04 -
YUV 150.03 97.51 169.35 -
System Red Green Blue C M Y K H S L
Decimal 208 131 96 0 0.37 0.54 0.18 18.75 0.54 0.6
Hex D0 83 60 0 25 36 12 13 36 3C
Octal 320 203 140 0 45 66 22 23 66 74
Binary 11010000 10000011 1100000 0 100101 110110 10010 10011 110110 111100

Color Harmonies of #D08360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08360

Black with #D08360

Text Example


Text Example

White with #D08360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08360; }

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

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

background-color css

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

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

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

border-color css

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

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

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