Html Css Color HEX #D08460 Burning Sand

📋 copy color: '#D08460'

red 208 ◦ green 132 ◦ blue 96

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

Shades of Burning Sand #D08460

Tints of Burning Sand #D08460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.28%

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

R = 47.71%
G = 30.28%
B = 22.02%

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

#D08460 (or 0xD08460) is known color: Burning Sand. HEX triplet: D0, 84 and 60. RGB value is (208,132,96). Sum of RGB (Red+Green+Blue) = 208+132+96=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D08460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08460 is #2F7B9F. Grayscale: #969696. Windows color (decimal): -3111840 or 6325456. OLE color: 6325456.

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

Color convert

RGB 208 132 96 -
CMYK 0 0.37 0.54 0.18
HSL 19.29º 0.54% 0.6% -
HSV(B) 19.29º 0.54% 0.82% -
XYZ 36.38 30.76 15.09 -
YUV 150.62 97.18 168.93 -
System Red Green Blue C M Y K H S L
Decimal 208 132 96 0 0.37 0.54 0.18 19.29 0.54 0.6
Hex D0 84 60 0 25 36 12 13 36 3C
Octal 320 204 140 0 45 66 22 23 66 74
Binary 11010000 10000100 1100000 0 100101 110110 10010 10011 110110 111100

Color Harmonies of #D08460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08460

Black with #D08460

Text Example


Text Example

White with #D08460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08460; }

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

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

background-color css

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

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

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

border-color css

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

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

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