#DBBC55

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

Shades of Tacha #DBBC55

Tints of Tacha #DBBC55

Color information

#DBBC55 (or 0xDBBC55) is unknown color: approx Tacha. HEX triplet: DB, BC and 55. RGB value is (219,188,85). Sum of RGB (Red+Green+Blue) = 219+188+85=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC55 is #2443AA. Grayscale: #B9B9B9. Windows color (decimal): -2376619 or 5618907. OLE color: 5618907.

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

Color convert

RGB21918885-
CMYK00.140.610.14
HSL46.12º65.05%59.61%-
HSV(B)46.12º61.19%85.88%-
XYZ48.8451.6816-
YUV185.5371.27151.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.51%
GREEN value IS 188 (73.83% from 255) = 38.21%
BLUE value IS 85 (33.59% from 255) = 17.28%
R=44.51%
G=38.21%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191888500.140.610.1446.1265.0559.61
HexDBBC550E3DE2e413c
Octal33327412501675165610174
Binary110110111011110010101010111011110111101011101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBC55; }

 p { color: rgb(219,188,85); }

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

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

 a { background-color: rgb(219,188,85); }

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

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

 span { border-color: rgb(219,188,85); }

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