#DC8156

Color #DC8156 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #DC8156

Tints of Burning Sand #DC8156

Color information

#DC8156 (or 0xDC8156) is unknown color: approx Burning Sand. HEX triplet: DC, 81 and 56. RGB value is (220,129,86). Sum of RGB (Red+Green+Blue) = 220+129+86=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8156 is #237EA9. Grayscale: #979797. Windows color (decimal): -2326186 or 5669340. OLE color: 5669340.

HSL color Cylindrical-coordinate representation of color #DC8156: hue angle of 19.25º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC8156 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB22012986-
CMYK00.410.610.14
HSL19.25º65.69%60%-
HSV(B)19.25º60.91%86.27%-
XYZ39.0531.5912.84-
YUV151.3191.15177-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.57%
GREEN value IS 129 (50.78% from 255) = 29.66%
BLUE value IS 86 (33.98% from 255) = 19.77%
R=50.57%
G=29.66%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201298600.410.610.1419.2565.6960
HexDC81560293DE13423c
Octal33420112605175162310274
Binary1101110010000001101011001010011111011110100111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8156; }

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

 H1.HeaderClassName
 {
   color: #DC8156;
 }
 .AnyTagClassName
 {
   color: #DC8156;
 }
</style>
background-color css

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

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

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

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

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

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