#DABC66

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

Shades of Tacha #DABC66

Tints of Tacha #DABC66

Color information

#DABC66 (or 0xDABC66) is unknown color: approx Tacha. HEX triplet: DA, BC and 66. RGB value is (218,188,102). Sum of RGB (Red+Green+Blue) = 218+188+102=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC66 is #254399. Grayscale: #BBBBBB. Windows color (decimal): -2442138 or 6733018. OLE color: 6733018.

HSL color Cylindrical-coordinate representation of color #DABC66: hue angle of 44.48º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DABC66 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB218188102-
CMYK00.140.530.15
HSL44.48º61.05%62.75%-
HSV(B)44.48º53.21%85.49%-
XYZ49.2951.8319.98-
YUV187.1779.94149.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.91%
GREEN value IS 188 (73.83% from 255) = 37.01%
BLUE value IS 102 (40.23% from 255) = 20.08%
R=42.91%
G=37.01%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818810200.140.530.1544.4861.0562.75
HexDABC660E35F2c3d3f
Octal3322741460166517547577
Binary11011010101111001100110011101101011111101100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABC66; }

 p { color: rgb(218,188,102); }

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

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

 a { background-color: rgb(218,188,102); }

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

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

 span { border-color: rgb(218,188,102); }

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