Html Css Color HEX #D8C05F Tacha

📋 copy color: '#D8C05F'

red 216 ◦ green 192 ◦ blue 95

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

Shades of Tacha #D8C05F

Tints of Tacha #D8C05F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.17%

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

R = 42.94%
G = 38.17%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8C05F (or 0xD8C05F) is known color: Tacha. HEX triplet: D8, C0 and 5F. RGB value is (216,192,95). Sum of RGB (Red+Green+Blue) = 216+192+95=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 95 (37.5% from 255 or 18.89% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C05F is #273FA0. Grayscale: #BCBCBC. Windows color (decimal): -2572193 or 6275288. OLE color: 6275288.

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

Color convert

RGB 216 192 95 -
CMYK 0 0.11 0.56 0.15
HSL 48.1º 0.61% 0.61% -
HSV(B) 48.1º 0.56% 0.85% -
XYZ 49.23 53.12 18.49 -
YUV 188.12 75.45 147.89 -
System Red Green Blue C M Y K H S L
Decimal 216 192 95 0 0.11 0.56 0.15 48.1 0.61 0.61
Hex D8 C0 5F 0 B 38 F 30 3D 3D
Octal 330 300 137 0 13 70 17 60 75 75
Binary 11011000 11000000 1011111 0 1011 111000 1111 110000 111101 111101

Color Harmonies of #D8C05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C05F

Black with #D8C05F

Text Example


Text Example

White with #D8C05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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