Html Css Color HEX #DC8057 Burning Sand

📋 copy color: '#DC8057'

red 220 ◦ green 128 ◦ blue 87

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

Shades of Burning Sand #DC8057

Tints of Burning Sand #DC8057

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.43%

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

R = 50.57%
G = 29.43%
B = 20%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC8057 (or 0xDC8057) is known color: Burning Sand. HEX triplet: DC, 80 and 57. RGB value is (220,128,87). Sum of RGB (Red+Green+Blue) = 220+128+87=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 87 (34.38% from 255 or 20% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8057 is #237FA8. Grayscale: #979797. Windows color (decimal): -2326441 or 5734620. OLE color: 5734620.

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

Color convert

RGB 220 128 87 -
CMYK 0 0.42 0.60 0.14
HSL 18.5º 0.66% 0.6% -
HSV(B) 18.5º 0.6% 0.86% -
XYZ 38.95 31.34 13.01 -
YUV 150.83 91.98 177.33 -
System Red Green Blue C M Y K H S L
Decimal 220 128 87 0 0.42 0.60 0.14 18.5 0.66 0.6
Hex DC 80 57 0 2A 3C E 12 42 3C
Octal 334 200 127 0 52 74 16 22 102 74
Binary 11011100 10000000 1010111 0 101010 111100 1110 10010 1000010 111100

Color Harmonies of #DC8057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8057

Black with #DC8057

Text Example


Text Example

White with #DC8057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8057; }

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

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

background-color css

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

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

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

border-color css

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

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

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