Html Css Color HEX #D9CA61 Tacha

📋 copy color: '#D9CA61'

red 217 ◦ green 202 ◦ blue 97

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

Shades of Tacha #D9CA61

Tints of Tacha #D9CA61

RGB

 RED value IS 217 (85.16% from 255) = 42.05%

 GREEN value IS 202 (79.3% from 255) = 39.15%

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

R = 42.05%
G = 39.15%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D9CA61 (or 0xD9CA61) is known color: Tacha. HEX triplet: D9, CA and 61. RGB value is (217,202,97). Sum of RGB (Red+Green+Blue) = 217+202+97=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 97 (38.28% from 255 or 18.80% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CA61 is #26359E. Grayscale: #C2C2C2. Windows color (decimal): -2504095 or 6408921. OLE color: 6408921.

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

Color convert

RGB 217 202 97 -
CMYK 0 0.07 0.55 0.15
HSL 52.5º 0.61% 0.62% -
HSV(B) 52.5º 0.55% 0.85% -
XYZ 51.89 57.86 19.74 -
YUV 194.52 72.97 144.04 -
System Red Green Blue C M Y K H S L
Decimal 217 202 97 0 0.07 0.55 0.15 52.5 0.61 0.62
Hex D9 CA 61 0 7 37 F 34 3D 3E
Octal 331 312 141 0 7 67 17 64 75 76
Binary 11011001 11001010 1100001 0 111 110111 1111 110100 111101 111110

Color Harmonies of #D9CA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CA61

Black with #D9CA61

Text Example


Text Example

White with #D9CA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CA61; }

 p { color: rgb(217,202,97); }

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

background-color css

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

 a { background-color: rgb(217,202,97); }

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

border-color css

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

 span { border-color: rgb(217,202,97); }

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