Html Css Color HEX #DC8457 Burning Sand

📋 copy color: '#DC8457'

red 220 ◦ green 132 ◦ blue 87

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

Shades of Burning Sand #DC8457

Tints of Burning Sand #DC8457

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.07%

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

R = 50.11%
G = 30.07%
B = 19.82%

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

#DC8457 (or 0xDC8457) is known color: Burning Sand. HEX triplet: DC, 84 and 57. RGB value is (220,132,87). Sum of RGB (Red+Green+Blue) = 220+132+87=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 87 (34.38% from 255 or 19.82% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8457 is #237BA8. Grayscale: #999999. Windows color (decimal): -2325417 or 5735644. OLE color: 5735644.

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

Color convert

RGB 220 132 87 -
CMYK 0 0.40 0.60 0.14
HSL 20.3º 0.66% 0.6% -
HSV(B) 20.3º 0.6% 0.86% -
XYZ 39.49 32.41 13.19 -
YUV 153.18 90.65 175.66 -
System Red Green Blue C M Y K H S L
Decimal 220 132 87 0 0.40 0.60 0.14 20.3 0.66 0.6
Hex DC 84 57 0 28 3C E 14 42 3C
Octal 334 204 127 0 50 74 16 24 102 74
Binary 11011100 10000100 1010111 0 101000 111100 1110 10100 1000010 111100

Color Harmonies of #DC8457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8457

Black with #DC8457

Text Example


Text Example

White with #DC8457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8457; }

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

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

background-color css

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

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

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

border-color css

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

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

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