Html Css Color HEX #DC8357 Burning Sand

📋 copy color: '#DC8357'

red 220 ◦ green 131 ◦ blue 87

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

Shades of Burning Sand #DC8357

Tints of Burning Sand #DC8357

RGB

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

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

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

R = 50.23%
G = 29.91%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC8357 (or 0xDC8357) is known color: Burning Sand. HEX triplet: DC, 83 and 57. RGB value is (220,131,87). Sum of RGB (Red+Green+Blue) = 220+131+87=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 87 (34.38% from 255 or 19.86% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8357 is #237CA8. Grayscale: #989898. Windows color (decimal): -2325673 or 5735388. OLE color: 5735388.

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

Color convert

RGB 220 131 87 -
CMYK 0 0.40 0.60 0.14
HSL 19.85º 0.66% 0.6% -
HSV(B) 19.85º 0.6% 0.86% -
XYZ 39.35 32.14 13.15 -
YUV 152.6 90.99 176.08 -
System Red Green Blue C M Y K H S L
Decimal 220 131 87 0 0.40 0.60 0.14 19.85 0.66 0.6
Hex DC 83 57 0 28 3C E 14 42 3C
Octal 334 203 127 0 50 74 16 24 102 74
Binary 11011100 10000011 1010111 0 101000 111100 1110 10100 1000010 111100

Color Harmonies of #DC8357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8357

Black with #DC8357

Text Example


Text Example

White with #DC8357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8357; }

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

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

background-color css

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

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

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

border-color css

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

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

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