Html Css Color HEX #D8C55A Tacha

📋 copy color: '#D8C55A'

red 216 ◦ green 197 ◦ blue 90

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

Shades of Tacha #D8C55A

Tints of Tacha #D8C55A

RGB

 RED value IS 216 (84.77% from 255) = 42.94%

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

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

R = 42.94%
G = 39.17%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8C55A (or 0xD8C55A) is known color: Tacha. HEX triplet: D8, C5 and 5A. RGB value is (216,197,90). Sum of RGB (Red+Green+Blue) = 216+197+90=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 90 (35.55% from 255 or 17.89% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C55A is #273AA5. Grayscale: #BEBEBE. Windows color (decimal): -2570918 or 5948888. OLE color: 5948888.

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

Color convert

RGB 216 197 90 -
CMYK 0 0.09 0.58 0.15
HSL 50.95º 0.62% 0.6% -
HSV(B) 50.95º 0.58% 0.85% -
XYZ 50.13 55.27 17.7 -
YUV 190.48 71.29 146.2 -
System Red Green Blue C M Y K H S L
Decimal 216 197 90 0 0.09 0.58 0.15 50.95 0.62 0.6
Hex D8 C5 5A 0 9 3A F 33 3E 3C
Octal 330 305 132 0 11 72 17 63 76 74
Binary 11011000 11000101 1011010 0 1001 111010 1111 110011 111110 111100

Color Harmonies of #D8C55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C55A

Black with #D8C55A

Text Example


Text Example

White with #D8C55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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