Html Css Color HEX #D8C75F Tacha

📋 copy color: '#D8C75F'

red 216 ◦ green 199 ◦ blue 95

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

Shades of Tacha #D8C75F

Tints of Tacha #D8C75F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.63%

R = 42.35%
G = 39.02%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8C75F (or 0xD8C75F) is known color: Tacha. HEX triplet: D8, C7 and 5F. RGB value is (216,199,95). Sum of RGB (Red+Green+Blue) = 216+199+95=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 95 (37.5% from 255 or 18.63% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C75F is #2738A0. Grayscale: #C0C0C0. Windows color (decimal): -2570401 or 6277080. OLE color: 6277080.

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

Color convert

RGB 216 199 95 -
CMYK 0 0.08 0.56 0.15
HSL 51.57º 0.61% 0.61% -
HSV(B) 51.57º 0.56% 0.85% -
XYZ 50.81 56.27 19.01 -
YUV 192.23 73.13 144.96 -
System Red Green Blue C M Y K H S L
Decimal 216 199 95 0 0.08 0.56 0.15 51.57 0.61 0.61
Hex D8 C7 5F 0 8 38 F 34 3D 3D
Octal 330 307 137 0 10 70 17 64 75 75
Binary 11011000 11000111 1011111 0 1000 111000 1111 110100 111101 111101

Color Harmonies of #D8C75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C75F

Black with #D8C75F

Text Example


Text Example

White with #D8C75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C75F; }

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

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

background-color css

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

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

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

border-color css

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

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

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