Html Css Color HEX #D08260 Burning Sand

📋 copy color: '#D08260'

red 208 ◦ green 130 ◦ blue 96

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

Shades of Burning Sand #D08260

Tints of Burning Sand #D08260

RGB

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

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

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

R = 47.93%
G = 29.95%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D08260 (or 0xD08260) is known color: Burning Sand. HEX triplet: D0, 82 and 60. RGB value is (208,130,96). Sum of RGB (Red+Green+Blue) = 208+130+96=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D08260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08260 is #2F7D9F. Grayscale: #959595. Windows color (decimal): -3112352 or 6324944. OLE color: 6324944.

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

Color convert

RGB 208 130 96 -
CMYK 0 0.38 0.54 0.18
HSL 18.21º 0.54% 0.6% -
HSV(B) 18.21º 0.54% 0.82% -
XYZ 36.11 30.22 15 -
YUV 149.45 97.84 169.76 -
System Red Green Blue C M Y K H S L
Decimal 208 130 96 0 0.38 0.54 0.18 18.21 0.54 0.6
Hex D0 82 60 0 26 36 12 12 36 3C
Octal 320 202 140 0 46 66 22 22 66 74
Binary 11010000 10000010 1100000 0 100110 110110 10010 10010 110110 111100

Color Harmonies of #D08260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08260

Black with #D08260

Text Example


Text Example

White with #D08260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08260; }

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

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

background-color css

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

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

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

border-color css

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

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

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