#DBC154

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

Shades of Tacha #DBC154

Tints of Tacha #DBC154

Color information

#DBC154 (or 0xDBC154) is unknown color: approx Tacha. HEX triplet: DB, C1 and 54. RGB value is (219,193,84). Sum of RGB (Red+Green+Blue) = 219+193+84=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 84 (33.20% from 255 or 16.94% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC154 is #243EAB. Grayscale: #BCBCBC. Windows color (decimal): -2375340 or 5554651. OLE color: 5554651.

HSL color Cylindrical-coordinate representation of color #DBC154: hue angle of 48.44º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBC154 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB21919384-
CMYK00.120.620.14
HSL48.44º65.22%59.41%-
HSV(B)48.44º61.64%85.88%-
XYZ49.8853.8416.15-
YUV188.3569.11149.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.15%
GREEN value IS 193 (75.78% from 255) = 38.91%
BLUE value IS 84 (33.20% from 255) = 16.94%
R=44.15%
G=38.91%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191938400.120.620.1448.4465.2259.41
HexDBC1540C3EE30413b
Octal33330112401476166010173
Binary110110111100000110101000110011111011101100001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC154; }

 p { color: rgb(219,193,84); }

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

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

 a { background-color: rgb(219,193,84); }

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

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

 span { border-color: rgb(219,193,84); }

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