Html Css Color HEX #D1C95B Tacha

📋 copy color: '#D1C95B'

red 209 ◦ green 201 ◦ blue 91

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

Shades of Tacha #D1C95B

Tints of Tacha #D1C95B

RGB

 RED value IS 209 (82.03% from 255) = 41.72%

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

 BLUE value IS 91 (35.94% from 255) = 18.16%

R = 41.72%
G = 40.12%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1C95B (or 0xD1C95B) is known color: Tacha. HEX triplet: D1, C9 and 5B. RGB value is (209,201,91). Sum of RGB (Red+Green+Blue) = 209+201+91=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 91 (35.94% from 255 or 18.16% from 501); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C95B is #2E36A4. Grayscale: #BFBFBF. Windows color (decimal): -3028645 or 6015441. OLE color: 6015441.

HSL color Cylindrical-coordinate representation of color #D1C95B: hue angle of 55.93º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1C95B is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 201 91 -
CMYK 0 0.04 0.56 0.18
HSL 55.93º 0.56% 0.59% -
HSV(B) 55.93º 0.56% 0.82% -
XYZ 49.07 56.08 18.14 -
YUV 190.85 71.65 140.94 -
System Red Green Blue C M Y K H S L
Decimal 209 201 91 0 0.04 0.56 0.18 55.93 0.56 0.59
Hex D1 C9 5B 0 4 38 12 38 38 3B
Octal 321 311 133 0 4 70 22 70 70 73
Binary 11010001 11001001 1011011 0 100 111000 10010 111000 111000 111011

Color Harmonies of #D1C95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C95B

Black with #D1C95B

Text Example


Text Example

White with #D1C95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C95B; }

 p { color: rgb(209,201,91); }

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

background-color css

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

 a { background-color: rgb(209,201,91); }

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

border-color css

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

 span { border-color: rgb(209,201,91); }

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