Html Css Color HEX #DABB64 Tacha

📋 copy color: '#DABB64'

red 218 ◦ green 187 ◦ blue 100

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

Shades of Tacha #DABB64

Tints of Tacha #DABB64

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.03%

 BLUE value IS 100 (39.45% from 255) = 19.8%

R = 43.17%
G = 37.03%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DABB64 (or 0xDABB64) is known color: Tacha. HEX triplet: DA, BB and 64. RGB value is (218,187,100). Sum of RGB (Red+Green+Blue) = 218+187+100=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 100 (39.45% from 255 or 19.80% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB64 is #25449B. Grayscale: #BABABA. Windows color (decimal): -2442396 or 6601690. OLE color: 6601690.

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

Color convert

RGB 218 187 100 -
CMYK 0 0.14 0.54 0.15
HSL 44.24º 0.61% 0.62% -
HSV(B) 44.24º 0.54% 0.85% -
XYZ 48.98 51.37 19.39 -
YUV 186.35 79.27 150.57 -
System Red Green Blue C M Y K H S L
Decimal 218 187 100 0 0.14 0.54 0.15 44.24 0.61 0.62
Hex DA BB 64 0 E 36 F 2C 3D 3E
Octal 332 273 144 0 16 66 17 54 75 76
Binary 11011010 10111011 1100100 0 1110 110110 1111 101100 111101 111110

Color Harmonies of #DABB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABB64

Black with #DABB64

Text Example


Text Example

White with #DABB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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