#dcbb56

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

Shades of Tacha #DCBB56

Tints of Tacha #DCBB56

Color information

#DCBB56 (or 0xDCBB56) is unknown color: approx Tacha. HEX triplet: DC, BB and 56. RGB value is (220,187,86). Sum of RGB (Red+Green+Blue) = 220+187+86=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 86 (33.98% from 255 or 17.44% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBB56 is #2344A9. Grayscale: #B9B9B9. Windows color (decimal): -2311338 or 5684188. OLE color: 5684188.

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

Color convert

RGB22018786-
CMYK00.150.610.14
HSL45.22º65.69%60%-
HSV(B)45.22º60.91%86.27%-
XYZ48.9751.4316.15-
YUV185.3571.93152.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.62%
GREEN value IS 187 (73.44% from 255) = 37.93%
BLUE value IS 86 (33.98% from 255) = 17.44%
R=44.62%
G=37.93%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201878600.150.610.1445.2265.6960
HexDCBB560F3DE2d423c
Octal33427312601775165510274
Binary110111001011101110101100111111110111101011011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcbb56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcbb56; }

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

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

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

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

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

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

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

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