#DBBB55

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

Shades of Tacha #DBBB55

Tints of Tacha #DBBB55

Color information

#DBBB55 (or 0xDBBB55) is unknown color: approx Tacha. HEX triplet: DB, BB and 55. RGB value is (219,187,85). Sum of RGB (Red+Green+Blue) = 219+187+85=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 85 (33.59% from 255 or 17.31% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB55 is #2444AA. Grayscale: #B9B9B9. Windows color (decimal): -2376875 or 5618651. OLE color: 5618651.

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

Color convert

RGB21918785-
CMYK00.150.610.14
HSL45.67º65.05%59.61%-
HSV(B)45.67º61.19%85.88%-
XYZ48.6251.2615.93-
YUV184.9471.6152.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.60%
GREEN value IS 187 (73.44% from 255) = 38.09%
BLUE value IS 85 (33.59% from 255) = 17.31%
R=44.60%
G=38.09%
B=17.31%

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
Decimal2191878500.150.610.1445.6765.0559.61
HexDBBB550F3DE2e413c
Octal33327312501775165610174
Binary110110111011101110101010111111110111101011101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBB55; }

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

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

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

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

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

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

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

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