Html Css Color HEX #DC8059 Burning Sand

📋 copy color: '#DC8059'

red 220 ◦ green 128 ◦ blue 89

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

Shades of Burning Sand #DC8059

Tints of Burning Sand #DC8059

RGB

 RED value IS 220 (86.33% from 255) = 50.34%

 GREEN value IS 128 (50.39% from 255) = 29.29%

 BLUE value IS 89 (35.16% from 255) = 20.37%

R = 50.34%
G = 29.29%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC8059 (or 0xDC8059) is known color: Burning Sand. HEX triplet: DC, 80 and 59. RGB value is (220,128,89). Sum of RGB (Red+Green+Blue) = 220+128+89=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 89 (35.16% from 255 or 20.37% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8059 is #237FA6. Grayscale: #979797. Windows color (decimal): -2326439 or 5865692. OLE color: 5865692.

HSL color Cylindrical-coordinate representation of color #DC8059: hue angle of 17.86º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC8059 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 128 89 -
CMYK 0 0.42 0.60 0.14
HSL 17.86º 0.65% 0.61% -
HSV(B) 17.86º 0.6% 0.86% -
XYZ 39.04 31.38 13.45 -
YUV 151.06 92.98 177.17 -
System Red Green Blue C M Y K H S L
Decimal 220 128 89 0 0.42 0.60 0.14 17.86 0.65 0.61
Hex DC 80 59 0 2A 3C E 12 41 3D
Octal 334 200 131 0 52 74 16 22 101 75
Binary 11011100 10000000 1011001 0 101010 111100 1110 10010 1000001 111101

Color Harmonies of #DC8059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8059

Black with #DC8059

Text Example


Text Example

White with #DC8059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8059; }

 p { color: rgb(220,128,89); }

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

background-color css

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

 a { background-color: rgb(220,128,89); }

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

border-color css

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

 span { border-color: rgb(220,128,89); }

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