Html Css Color HEX #DC8157 Burning Sand

📋 copy color: '#DC8157'

red 220 ◦ green 129 ◦ blue 87

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

Shades of Burning Sand #DC8157

Tints of Burning Sand #DC8157

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.59%

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

R = 50.46%
G = 29.59%
B = 19.95%

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

#DC8157 (or 0xDC8157) is known color: Burning Sand. HEX triplet: DC, 81 and 57. RGB value is (220,129,87). Sum of RGB (Red+Green+Blue) = 220+129+87=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 87 (34.38% from 255 or 19.95% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8157 is #237EA8. Grayscale: #979797. Windows color (decimal): -2326185 or 5734876. OLE color: 5734876.

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

Color convert

RGB 220 129 87 -
CMYK 0 0.41 0.60 0.14
HSL 18.95º 0.66% 0.6% -
HSV(B) 18.95º 0.6% 0.86% -
XYZ 39.09 31.6 13.06 -
YUV 151.42 91.65 176.92 -
System Red Green Blue C M Y K H S L
Decimal 220 129 87 0 0.41 0.60 0.14 18.95 0.66 0.6
Hex DC 81 57 0 29 3C E 13 42 3C
Octal 334 201 127 0 51 74 16 23 102 74
Binary 11011100 10000001 1010111 0 101001 111100 1110 10011 1000010 111100

Color Harmonies of #DC8157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8157

Black with #DC8157

Text Example


Text Example

White with #DC8157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8157; }

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

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

background-color css

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

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

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

border-color css

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

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

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