Html Css Color HEX #D8C75A Tacha

📋 copy color: '#D8C75A'

red 216 ◦ green 199 ◦ blue 90

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

Shades of Tacha #D8C75A

Tints of Tacha #D8C75A

RGB

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

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

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

R = 42.77%
G = 39.41%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8C75A (or 0xD8C75A) is known color: Tacha. HEX triplet: D8, C7 and 5A. RGB value is (216,199,90). Sum of RGB (Red+Green+Blue) = 216+199+90=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 199 (78.12% from 255 or 39.41% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C75A is #2738A5. Grayscale: #C0C0C0. Windows color (decimal): -2570406 or 5949400. OLE color: 5949400.

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

Color convert

RGB 216 199 90 -
CMYK 0 0.08 0.58 0.15
HSL 51.9º 0.62% 0.6% -
HSV(B) 51.9º 0.58% 0.85% -
XYZ 50.59 56.18 17.85 -
YUV 191.66 70.63 145.36 -
System Red Green Blue C M Y K H S L
Decimal 216 199 90 0 0.08 0.58 0.15 51.9 0.62 0.6
Hex D8 C7 5A 0 8 3A F 34 3E 3C
Octal 330 307 132 0 10 72 17 64 76 74
Binary 11011000 11000111 1011010 0 1000 111010 1111 110100 111110 111100

Color Harmonies of #D8C75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C75A

Black with #D8C75A

Text Example


Text Example

White with #D8C75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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