Html Css Color HEX #D1C55A Tacha

📋 copy color: '#D1C55A'

red 209 ◦ green 197 ◦ blue 90

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

Shades of Tacha #D1C55A

Tints of Tacha #D1C55A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.72%

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

R = 42.14%
G = 39.72%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1C55A (or 0xD1C55A) is known color: Tacha. HEX triplet: D1, C5 and 5A. RGB value is (209,197,90). Sum of RGB (Red+Green+Blue) = 209+197+90=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 90 (35.55% from 255 or 18.15% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C55A is #2E3AA5. Grayscale: #BCBCBC. Windows color (decimal): -3029670 or 5948881. OLE color: 5948881.

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

Color convert

RGB 209 197 90 -
CMYK 0 0.06 0.57 0.18
HSL 53.95º 0.56% 0.59% -
HSV(B) 53.95º 0.57% 0.82% -
XYZ 48.11 54.23 17.6 -
YUV 188.39 72.48 142.7 -
System Red Green Blue C M Y K H S L
Decimal 209 197 90 0 0.06 0.57 0.18 53.95 0.56 0.59
Hex D1 C5 5A 0 6 39 12 36 38 3B
Octal 321 305 132 0 6 71 22 66 70 73
Binary 11010001 11000101 1011010 0 110 111001 10010 110110 111000 111011

Color Harmonies of #D1C55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C55A

Black with #D1C55A

Text Example


Text Example

White with #D1C55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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