Html Css Color HEX #D8C95F Tacha

📋 copy color: '#D8C95F'

red 216 ◦ green 201 ◦ blue 95

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

Shades of Tacha #D8C95F

Tints of Tacha #D8C95F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.26%

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

R = 42.19%
G = 39.26%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8C95F (or 0xD8C95F) is known color: Tacha. HEX triplet: D8, C9 and 5F. RGB value is (216,201,95). Sum of RGB (Red+Green+Blue) = 216+201+95=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 95 (37.5% from 255 or 18.55% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C95F is #2736A0. Grayscale: #C1C1C1. Windows color (decimal): -2569889 or 6277592. OLE color: 6277592.

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

Color convert

RGB 216 201 95 -
CMYK 0 0.07 0.56 0.15
HSL 52.56º 0.61% 0.61% -
HSV(B) 52.56º 0.56% 0.85% -
XYZ 51.27 57.2 19.16 -
YUV 193.4 72.47 144.12 -
System Red Green Blue C M Y K H S L
Decimal 216 201 95 0 0.07 0.56 0.15 52.56 0.61 0.61
Hex D8 C9 5F 0 7 38 F 35 3D 3D
Octal 330 311 137 0 7 70 17 65 75 75
Binary 11011000 11001001 1011111 0 111 111000 1111 110101 111101 111101

Color Harmonies of #D8C95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C95F

Black with #D8C95F

Text Example


Text Example

White with #D8C95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C95F; }

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

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

background-color css

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

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

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

border-color css

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

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

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