Html Css Color HEX #DAB961 Tacha

📋 copy color: '#DAB961'

red 218 ◦ green 185 ◦ blue 97

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

Shades of Tacha #DAB961

Tints of Tacha #DAB961

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37%

 BLUE value IS 97 (38.28% from 255) = 19.4%

R = 43.6%
G = 37%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DAB961 (or 0xDAB961) is known color: Tacha. HEX triplet: DA, B9 and 61. RGB value is (218,185,97). Sum of RGB (Red+Green+Blue) = 218+185+97=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 97 (38.28% from 255 or 19.4% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB961 is #25469E. Grayscale: #B9B9B9. Windows color (decimal): -2442911 or 6404570. OLE color: 6404570.

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

Color convert

RGB 218 185 97 -
CMYK 0 0.15 0.56 0.15
HSL 43.64º 0.62% 0.62% -
HSV(B) 43.64º 0.56% 0.85% -
XYZ 48.42 50.47 18.5 -
YUV 184.84 78.43 151.66 -
System Red Green Blue C M Y K H S L
Decimal 218 185 97 0 0.15 0.56 0.15 43.64 0.62 0.62
Hex DA B9 61 0 F 38 F 2C 3E 3E
Octal 332 271 141 0 17 70 17 54 76 76
Binary 11011010 10111001 1100001 0 1111 111000 1111 101100 111110 111110

Color Harmonies of #DAB961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB961

Black with #DAB961

Text Example


Text Example

White with #DAB961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB961; }

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

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

background-color css

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

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

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

border-color css

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

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

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