Html Css Color HEX #DC8355 Burning Sand

📋 copy color: '#DC8355'

red 220 ◦ green 131 ◦ blue 85

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

Shades of Burning Sand #DC8355

Tints of Burning Sand #DC8355

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.05%

 BLUE value IS 85 (33.59% from 255) = 19.5%

R = 50.46%
G = 30.05%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC8355 (or 0xDC8355) is known color: Burning Sand. HEX triplet: DC, 83 and 55. RGB value is (220,131,85). Sum of RGB (Red+Green+Blue) = 220+131+85=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8355 is #237CAA. Grayscale: #989898. Windows color (decimal): -2325675 or 5604316. OLE color: 5604316.

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

Color convert

RGB 220 131 85 -
CMYK 0 0.40 0.61 0.14
HSL 20.44º 0.66% 0.6% -
HSV(B) 20.44º 0.61% 0.86% -
XYZ 39.27 32.1 12.72 -
YUV 152.37 89.99 176.24 -
System Red Green Blue C M Y K H S L
Decimal 220 131 85 0 0.40 0.61 0.14 20.44 0.66 0.6
Hex DC 83 55 0 28 3D E 14 42 3C
Octal 334 203 125 0 50 75 16 24 102 74
Binary 11011100 10000011 1010101 0 101000 111101 1110 10100 1000010 111100

Color Harmonies of #DC8355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8355

Black with #DC8355

Text Example


Text Example

White with #DC8355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8355; }

 p { color: rgb(220,131,85); }

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

background-color css

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

 a { background-color: rgb(220,131,85); }

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

border-color css

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

 span { border-color: rgb(220,131,85); }

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