Html Css Color HEX #DC805C Burning Sand

📋 copy color: '#DC805C'

red 220 ◦ green 128 ◦ blue 92

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

Shades of Burning Sand #DC805C

Tints of Burning Sand #DC805C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.91%

R = 50%
G = 29.09%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC805C (or 0xDC805C) is known color: Burning Sand. HEX triplet: DC, 80 and 5C. RGB value is (220,128,92). Sum of RGB (Red+Green+Blue) = 220+128+92=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC805C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC805C is #237FA3. Grayscale: #979797. Windows color (decimal): -2326436 or 6062300. OLE color: 6062300.

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

Color convert

RGB 220 128 92 -
CMYK 0 0.42 0.58 0.14
HSL 16.88º 0.65% 0.61% -
HSV(B) 16.88º 0.58% 0.86% -
XYZ 39.17 31.43 14.13 -
YUV 151.4 94.48 176.93 -
System Red Green Blue C M Y K H S L
Decimal 220 128 92 0 0.42 0.58 0.14 16.88 0.65 0.61
Hex DC 80 5C 0 2A 3A E 11 41 3D
Octal 334 200 134 0 52 72 16 21 101 75
Binary 11011100 10000000 1011100 0 101010 111010 1110 10001 1000001 111101

Color Harmonies of #DC805C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC805C

Black with #DC805C

Text Example


Text Example

White with #DC805C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC805C; }

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

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

background-color css

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

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

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

border-color css

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

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

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