#DBB957

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

Shades of Tacha #DBB957

Tints of Tacha #DBB957

Color information

#DBB957 (or 0xDBB957) is unknown color: approx Tacha. HEX triplet: DB, B9 and 57. RGB value is (219,185,87). Sum of RGB (Red+Green+Blue) = 219+185+87=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 87 (34.38% from 255 or 17.72% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB957 is #2446A8. Grayscale: #B8B8B8. Windows color (decimal): -2377385 or 5749211. OLE color: 5749211.

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

Color convert

RGB21918587-
CMYK00.160.600.14
HSL44.55º64.71%60%-
HSV(B)44.55º60.27%85.88%-
XYZ48.2850.4516.21-
YUV183.9973.26152.97-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.60%
GREEN value IS 185 (72.66% from 255) = 37.68%
BLUE value IS 87 (34.38% from 255) = 17.72%
R=44.60%
G=37.68%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191858700.160.600.1444.5564.7160
HexDBB9570103CE2d413c
Octal33327112702074165510174
Binary1101101110111001101011101000011110011101011011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB957; }

 p { color: rgb(219,185,87); }

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

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

 a { background-color: rgb(219,185,87); }

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

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

 span { border-color: rgb(219,185,87); }

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