Html Css Color HEX #D1C75A Tacha

📋 copy color: '#D1C75A'

red 209 ◦ green 199 ◦ blue 90

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

Shades of Tacha #D1C75A

Tints of Tacha #D1C75A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.96%

 BLUE value IS 90 (35.55% from 255) = 18.07%

R = 41.97%
G = 39.96%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1C75A (or 0xD1C75A) is known color: Tacha. HEX triplet: D1, C7 and 5A. RGB value is (209,199,90). Sum of RGB (Red+Green+Blue) = 209+199+90=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 90 (35.55% from 255 or 18.07% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C75A is #2E38A5. Grayscale: #BEBEBE. Windows color (decimal): -3029158 or 5949393. OLE color: 5949393.

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

Color convert

RGB 209 199 90 -
CMYK 0 0.05 0.57 0.18
HSL 54.96º 0.56% 0.59% -
HSV(B) 54.96º 0.57% 0.82% -
XYZ 48.56 55.14 17.76 -
YUV 189.56 71.81 141.86 -
System Red Green Blue C M Y K H S L
Decimal 209 199 90 0 0.05 0.57 0.18 54.96 0.56 0.59
Hex D1 C7 5A 0 5 39 12 37 38 3B
Octal 321 307 132 0 5 71 22 67 70 73
Binary 11010001 11000111 1011010 0 101 111001 10010 110111 111000 111011

Color Harmonies of #D1C75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C75A

Black with #D1C75A

Text Example


Text Example

White with #D1C75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C75A; }

 p { color: rgb(209,199,90); }

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

background-color css

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

 a { background-color: rgb(209,199,90); }

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

border-color css

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

 span { border-color: rgb(209,199,90); }

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