#DABB66

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

Shades of Tacha #DABB66

Tints of Tacha #DABB66

Color information

#DABB66 (or 0xDABB66) is unknown color: approx Tacha. HEX triplet: DA, BB and 66. RGB value is (218,187,102). Sum of RGB (Red+Green+Blue) = 218+187+102=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 102 (40.23% from 255 or 20.12% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB66 is #254499. Grayscale: #BABABA. Windows color (decimal): -2442394 or 6732762. OLE color: 6732762.

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

Color convert

RGB218187102-
CMYK00.140.530.15
HSL43.97º61.05%62.75%-
HSV(B)43.97º53.21%85.49%-
XYZ49.0851.4119.91-
YUV186.5880.27150.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.00%
GREEN value IS 187 (73.44% from 255) = 36.88%
BLUE value IS 102 (40.23% from 255) = 20.12%
R=43.00%
G=36.88%
B=20.12%

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
Decimal21818710200.140.530.1543.9761.0562.75
HexDABB660E35F2c3d3f
Octal3322731460166517547577
Binary11011010101110111100110011101101011111101100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABB66; }

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

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

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

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

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

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

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

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