Html Css Color HEX #D8C75D Tacha

📋 copy color: '#D8C75D'

red 216 ◦ green 199 ◦ blue 93

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

Shades of Tacha #D8C75D

Tints of Tacha #D8C75D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.31%

R = 42.52%
G = 39.17%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8C75D (or 0xD8C75D) is known color: Tacha. HEX triplet: D8, C7 and 5D. RGB value is (216,199,93). Sum of RGB (Red+Green+Blue) = 216+199+93=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C75D is #2738A2. Grayscale: #C0C0C0. Windows color (decimal): -2570403 or 6146008. OLE color: 6146008.

HSL color Cylindrical-coordinate representation of color #D8C75D: hue angle of 51.71º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8C75D is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 199 93 -
CMYK 0 0.08 0.57 0.15
HSL 51.71º 0.61% 0.61% -
HSV(B) 51.71º 0.57% 0.85% -
XYZ 50.72 56.24 18.54 -
YUV 192 72.13 145.12 -
System Red Green Blue C M Y K H S L
Decimal 216 199 93 0 0.08 0.57 0.15 51.71 0.61 0.61
Hex D8 C7 5D 0 8 39 F 34 3D 3D
Octal 330 307 135 0 10 71 17 64 75 75
Binary 11011000 11000111 1011101 0 1000 111001 1111 110100 111101 111101

Color Harmonies of #D8C75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C75D

Black with #D8C75D

Text Example


Text Example

White with #D8C75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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