#DABE66

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

Shades of Tacha #DABE66

Tints of Tacha #DABE66

Color information

#DABE66 (or 0xDABE66) is unknown color: approx Tacha. HEX triplet: DA, BE and 66. RGB value is (218,190,102). Sum of RGB (Red+Green+Blue) = 218+190+102=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABE66 is #254199. Grayscale: #BCBCBC. Windows color (decimal): -2441626 or 6733530. OLE color: 6733530.

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

Color convert

RGB218190102-
CMYK00.130.530.15
HSL45.52º61.05%62.75%-
HSV(B)45.52º53.21%85.49%-
XYZ49.7352.6920.12-
YUV188.3479.28149.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.75%
GREEN value IS 190 (74.61% from 255) = 37.25%
BLUE value IS 102 (40.23% from 255) = 20%
R=42.75%
G=37.25%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819010200.130.530.1545.5261.0562.75
HexDABE660D35F2e3d3f
Octal3322761460156517567577
Binary11011010101111101100110011011101011111101110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABE66; }

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

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

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

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

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

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

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

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