Html Css Color HEX #DC805D Burning Sand

📋 copy color: '#DC805D'

red 220 ◦ green 128 ◦ blue 93

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

Shades of Burning Sand #DC805D

Tints of Burning Sand #DC805D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.09%

R = 49.89%
G = 29.02%
B = 21.09%

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

#DC805D (or 0xDC805D) is known color: Burning Sand. HEX triplet: DC, 80 and 5D. RGB value is (220,128,93). Sum of RGB (Red+Green+Blue) = 220+128+93=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC805D is #237FA2. Grayscale: #979797. Windows color (decimal): -2326435 or 6127836. OLE color: 6127836.

HSL color Cylindrical-coordinate representation of color #DC805D: hue angle of 16.54º degrees, saturation: 0.64, 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 #DC805D is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 128 93 -
CMYK 0 0.42 0.58 0.14
HSL 16.54º 0.64% 0.61% -
HSV(B) 16.54º 0.58% 0.86% -
XYZ 39.21 31.44 14.36 -
YUV 151.52 94.98 176.85 -
System Red Green Blue C M Y K H S L
Decimal 220 128 93 0 0.42 0.58 0.14 16.54 0.64 0.61
Hex DC 80 5D 0 2A 3A E 11 40 3D
Octal 334 200 135 0 52 72 16 21 100 75
Binary 11011100 10000000 1011101 0 101010 111010 1110 10001 1000000 111101

Color Harmonies of #DC805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC805D

Black with #DC805D

Text Example


Text Example

White with #DC805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC805D; }

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

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

background-color css

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

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

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

border-color css

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

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

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