Html Css Color HEX #D9C95E Tacha

📋 copy color: '#D9C95E'

red 217 ◦ green 201 ◦ blue 94

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

Shades of Tacha #D9C95E

Tints of Tacha #D9C95E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.36%

R = 42.38%
G = 39.26%
B = 18.36%

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

#D9C95E (or 0xD9C95E) is known color: Tacha. HEX triplet: D9, C9 and 5E. RGB value is (217,201,94). Sum of RGB (Red+Green+Blue) = 217+201+94=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 94 (37.11% from 255 or 18.36% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C95E is #2636A1. Grayscale: #C2C2C2. Windows color (decimal): -2504354 or 6212057. OLE color: 6212057.

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

Color convert

RGB 217 201 94 -
CMYK 0 0.07 0.57 0.15
HSL 52.2º 0.62% 0.61% -
HSV(B) 52.2º 0.57% 0.85% -
XYZ 51.52 57.33 18.94 -
YUV 193.59 71.8 144.7 -
System Red Green Blue C M Y K H S L
Decimal 217 201 94 0 0.07 0.57 0.15 52.2 0.62 0.61
Hex D9 C9 5E 0 7 39 F 34 3E 3D
Octal 331 311 136 0 7 71 17 64 76 75
Binary 11011001 11001001 1011110 0 111 111001 1111 110100 111110 111101

Color Harmonies of #D9C95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C95E

Black with #D9C95E

Text Example


Text Example

White with #D9C95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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