#DABF61

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

Shades of Tacha #DABF61

Tints of Tacha #DABF61

Color information

#DABF61 (or 0xDABF61) is unknown color: approx Tacha. HEX triplet: DA, BF and 61. RGB value is (218,191,97). Sum of RGB (Red+Green+Blue) = 218+191+97=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 97 (38.28% from 255 or 19.17% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABF61 is #25409E. Grayscale: #BCBCBC. Windows color (decimal): -2441375 or 6406106. OLE color: 6406106.

HSL color Cylindrical-coordinate representation of color #DABF61: hue angle of 46.61º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DABF61 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21819197-
CMYK00.120.560.15
HSL46.61º62.05%61.76%-
HSV(B)46.61º55.5%85.49%-
XYZ49.753.0318.93-
YUV188.3676.45149.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.08%
GREEN value IS 191 (75% from 255) = 37.75%
BLUE value IS 97 (38.28% from 255) = 19.17%
R=43.08%
G=37.75%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181919700.120.560.1546.6162.0561.76
HexDABF610C38F2f3e3e
Octal3322771410147017577676
Binary11011010101111111100001011001110001111101111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABF61; }

 p { color: rgb(218,191,97); }

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

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

 a { background-color: rgb(218,191,97); }

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

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

 span { border-color: rgb(218,191,97); }

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