Html Css Color HEX #D9C95D Tacha

📋 copy color: '#D9C95D'

red 217 ◦ green 201 ◦ blue 93

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

Shades of Tacha #D9C95D

Tints of Tacha #D9C95D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.2%

R = 42.47%
G = 39.33%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9C95D (or 0xD9C95D) is known color: Tacha. HEX triplet: D9, C9 and 5D. RGB value is (217,201,93). Sum of RGB (Red+Green+Blue) = 217+201+93=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C95D is #2636A2. Grayscale: #C1C1C1. Windows color (decimal): -2504355 or 6146521. OLE color: 6146521.

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

Color convert

RGB 217 201 93 -
CMYK 0 0.07 0.57 0.15
HSL 52.26º 0.62% 0.61% -
HSV(B) 52.26º 0.57% 0.85% -
XYZ 51.48 57.32 18.71 -
YUV 193.47 71.3 144.78 -
System Red Green Blue C M Y K H S L
Decimal 217 201 93 0 0.07 0.57 0.15 52.26 0.62 0.61
Hex D9 C9 5D 0 7 39 F 34 3E 3D
Octal 331 311 135 0 7 71 17 64 76 75
Binary 11011001 11001001 1011101 0 111 111001 1111 110100 111110 111101

Color Harmonies of #D9C95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C95D

Black with #D9C95D

Text Example


Text Example

White with #D9C95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C95D; }

 p { color: rgb(217,201,93); }

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

background-color css

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

 a { background-color: rgb(217,201,93); }

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

border-color css

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

 span { border-color: rgb(217,201,93); }

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