Html Css Color HEX #D8CA61 Tacha

📋 copy color: '#D8CA61'

red 216 ◦ green 202 ◦ blue 97

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

Shades of Tacha #D8CA61

Tints of Tacha #D8CA61

RGB

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

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

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

R = 41.94%
G = 39.22%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D8CA61 (or 0xD8CA61) is known color: Tacha. HEX triplet: D8, CA and 61. RGB value is (216,202,97). Sum of RGB (Red+Green+Blue) = 216+202+97=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 97 (38.28% from 255 or 18.83% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CA61 is #27359E. Grayscale: #C2C2C2. Windows color (decimal): -2569631 or 6408920. OLE color: 6408920.

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

Color convert

RGB 216 202 97 -
CMYK 0 0.06 0.55 0.15
HSL 52.94º 0.6% 0.61% -
HSV(B) 52.94º 0.55% 0.85% -
XYZ 51.6 57.7 19.73 -
YUV 194.22 73.14 143.54 -
System Red Green Blue C M Y K H S L
Decimal 216 202 97 0 0.06 0.55 0.15 52.94 0.6 0.61
Hex D8 CA 61 0 6 37 F 35 3C 3D
Octal 330 312 141 0 6 67 17 65 74 75
Binary 11011000 11001010 1100001 0 110 110111 1111 110101 111100 111101

Color Harmonies of #D8CA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CA61

Black with #D8CA61

Text Example


Text Example

White with #D8CA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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