Html Css Color HEX #DABE65 Tacha

📋 copy color: '#DABE65'

red 218 ◦ green 190 ◦ blue 101

#DABE65
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacha #DABE65

Tints of Tacha #DABE65

RGB

 RED value IS 218 (85.55% from 255) = 42.83%

 GREEN value IS 190 (74.61% from 255) = 37.33%

 BLUE value IS 101 (39.84% from 255) = 19.84%

R = 42.83%
G = 37.33%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DABE65 (or 0xDABE65) is known color: Tacha. HEX triplet: DA, BE and 65. RGB value is (218,190,101). Sum of RGB (Red+Green+Blue) = 218+190+101=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 101 (39.84% from 255 or 19.84% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABE65 is #25419A. Grayscale: #BCBCBC. Windows color (decimal): -2441627 or 6667994. OLE color: 6667994.

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

Color convert

RGB 218 190 101 -
CMYK 0 0.13 0.54 0.15
HSL 45.64º 0.61% 0.63% -
HSV(B) 45.64º 0.54% 0.85% -
XYZ 49.68 52.67 19.86 -
YUV 188.23 78.78 149.24 -
System Red Green Blue C M Y K H S L
Decimal 218 190 101 0 0.13 0.54 0.15 45.64 0.61 0.63
Hex DA BE 65 0 D 36 F 2E 3D 3F
Octal 332 276 145 0 15 66 17 56 75 77
Binary 11011010 10111110 1100101 0 1101 110110 1111 101110 111101 111111

Color Harmonies of #DABE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABE65

Black with #DABE65

Text Example


Text Example

White with #DABE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABE65; }

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

 H1.HeaderClassName
 {
   color: #DABE65;
 }
 .AnyTagClassName
 {
   color: #DABE65;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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