Html Css Color HEX #DC8257 Burning Sand

📋 copy color: '#DC8257'

red 220 ◦ green 130 ◦ blue 87

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

Shades of Burning Sand #DC8257

Tints of Burning Sand #DC8257

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.75%

 BLUE value IS 87 (34.38% from 255) = 19.91%

R = 50.34%
G = 29.75%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC8257 (or 0xDC8257) is known color: Burning Sand. HEX triplet: DC, 82 and 57. RGB value is (220,130,87). Sum of RGB (Red+Green+Blue) = 220+130+87=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 87 (34.38% from 255 or 19.91% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8257 is #237DA8. Grayscale: #989898. Windows color (decimal): -2325929 or 5735132. OLE color: 5735132.

HSL color Cylindrical-coordinate representation of color #DC8257: hue angle of 19.4º degrees, saturation: 0.66, 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 #DC8257 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 130 87 -
CMYK 0 0.41 0.60 0.14
HSL 19.4º 0.66% 0.6% -
HSV(B) 19.4º 0.6% 0.86% -
XYZ 39.22 31.87 13.1 -
YUV 152.01 91.32 176.5 -
System Red Green Blue C M Y K H S L
Decimal 220 130 87 0 0.41 0.60 0.14 19.4 0.66 0.6
Hex DC 82 57 0 29 3C E 13 42 3C
Octal 334 202 127 0 51 74 16 23 102 74
Binary 11011100 10000010 1010111 0 101001 111100 1110 10011 1000010 111100

Color Harmonies of #DC8257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8257

Black with #DC8257

Text Example


Text Example

White with #DC8257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8257; }

 p { color: rgb(220,130,87); }

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

background-color css

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

 a { background-color: rgb(220,130,87); }

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

border-color css

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

 span { border-color: rgb(220,130,87); }

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