Html Css Color HEX #DC8356 Burning Sand

📋 copy color: '#DC8356'

red 220 ◦ green 131 ◦ blue 86

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

Shades of Burning Sand #DC8356

Tints of Burning Sand #DC8356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.68%

R = 50.34%
G = 29.98%
B = 19.68%

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

#DC8356 (or 0xDC8356) is known color: Burning Sand. HEX triplet: DC, 83 and 56. RGB value is (220,131,86). Sum of RGB (Red+Green+Blue) = 220+131+86=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 86 (33.98% from 255 or 19.68% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8356 is #237CA9. Grayscale: #989898. Windows color (decimal): -2325674 or 5669852. OLE color: 5669852.

HSL color Cylindrical-coordinate representation of color #DC8356: hue angle of 20.15º 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 #DC8356 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 131 86 -
CMYK 0 0.40 0.61 0.14
HSL 20.15º 0.66% 0.6% -
HSV(B) 20.15º 0.61% 0.86% -
XYZ 39.31 32.12 12.93 -
YUV 152.48 90.49 176.16 -
System Red Green Blue C M Y K H S L
Decimal 220 131 86 0 0.40 0.61 0.14 20.15 0.66 0.6
Hex DC 83 56 0 28 3D E 14 42 3C
Octal 334 203 126 0 50 75 16 24 102 74
Binary 11011100 10000011 1010110 0 101000 111101 1110 10100 1000010 111100

Color Harmonies of #DC8356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8356

Black with #DC8356

Text Example


Text Example

White with #DC8356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8356; }

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

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

background-color css

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

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

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

border-color css

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

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

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