Html Css Color HEX #DC8058 Burning Sand

📋 copy color: '#DC8058'

red 220 ◦ green 128 ◦ blue 88

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

Shades of Burning Sand #DC8058

Tints of Burning Sand #DC8058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.18%

R = 50.46%
G = 29.36%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC8058 (or 0xDC8058) is known color: Burning Sand. HEX triplet: DC, 80 and 58. RGB value is (220,128,88). Sum of RGB (Red+Green+Blue) = 220+128+88=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 88 (34.77% from 255 or 20.18% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8058 is #237FA7. Grayscale: #979797. Windows color (decimal): -2326440 or 5800156. OLE color: 5800156.

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

Color convert

RGB 220 128 88 -
CMYK 0 0.42 0.6 0.14
HSL 18.18º 0.65% 0.6% -
HSV(B) 18.18º 0.6% 0.86% -
XYZ 39 31.36 13.23 -
YUV 150.95 92.48 177.25 -
System Red Green Blue C M Y K H S L
Decimal 220 128 88 0 0.42 0.6 0.14 18.18 0.65 0.6
Hex DC 80 58 0 2A 3C E 12 41 3C
Octal 334 200 130 0 52 74 16 22 101 74
Binary 11011100 10000000 1011000 0 101010 111100 1110 10010 1000001 111100

Color Harmonies of #DC8058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8058

Black with #DC8058

Text Example


Text Example

White with #DC8058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8058; }

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

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

background-color css

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

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

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

border-color css

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

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

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