Html Css Color HEX #D8C961 Tacha

📋 copy color: '#D8C961'

red 216 ◦ green 201 ◦ blue 97

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

Shades of Tacha #D8C961

Tints of Tacha #D8C961

RGB

 RED value IS 216 (84.77% from 255) = 42.02%

 GREEN value IS 201 (78.91% from 255) = 39.11%

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

R = 42.02%
G = 39.11%
B = 18.87%

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

#D8C961 (or 0xD8C961) is known color: Tacha. HEX triplet: D8, C9 and 61. RGB value is (216,201,97). Sum of RGB (Red+Green+Blue) = 216+201+97=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 97 (38.28% from 255 or 18.87% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C961 is #27369E. Grayscale: #C2C2C2. Windows color (decimal): -2569887 or 6408664. OLE color: 6408664.

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

Color convert

RGB 216 201 97 -
CMYK 0 0.07 0.55 0.15
HSL 52.44º 0.6% 0.61% -
HSV(B) 52.44º 0.55% 0.85% -
XYZ 51.36 57.24 19.65 -
YUV 193.63 73.47 143.96 -
System Red Green Blue C M Y K H S L
Decimal 216 201 97 0 0.07 0.55 0.15 52.44 0.6 0.61
Hex D8 C9 61 0 7 37 F 34 3C 3D
Octal 330 311 141 0 7 67 17 64 74 75
Binary 11011000 11001001 1100001 0 111 110111 1111 110100 111100 111101

Color Harmonies of #D8C961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C961

Black with #D8C961

Text Example


Text Example

White with #D8C961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C961; }

 p { color: rgb(216,201,97); }

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

background-color css

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

 a { background-color: rgb(216,201,97); }

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

border-color css

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

 span { border-color: rgb(216,201,97); }

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