#DBC461

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

Shades of Tacha #DBC461

Tints of Tacha #DBC461

Color information

#DBC461 (or 0xDBC461) is unknown color: approx Tacha. HEX triplet: DB, C4 and 61. RGB value is (219,196,97). Sum of RGB (Red+Green+Blue) = 219+196+97=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 97 (38.28% from 255 or 18.95% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC461 is #243B9E. Grayscale: #C0C0C0. Windows color (decimal): -2374559 or 6407387. OLE color: 6407387.

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

Color convert

RGB21919697-
CMYK00.110.560.14
HSL48.69º62.89%61.96%-
HSV(B)48.69º55.71%85.88%-
XYZ51.1155.419.31-
YUV191.5974.62147.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.77%
GREEN value IS 196 (76.95% from 255) = 38.28%
BLUE value IS 97 (38.28% from 255) = 18.95%
R=42.77%
G=38.28%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191969700.110.560.1448.6962.8961.96
HexDBC4610B38E313f3e
Octal3333041410137016617776
Binary11011011110001001100001010111110001110110001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC461; }

 p { color: rgb(219,196,97); }

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

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

 a { background-color: rgb(219,196,97); }

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

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

 span { border-color: rgb(219,196,97); }

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