Html Css Color HEX #D8C55F Tacha

📋 copy color: '#D8C55F'

red 216 ◦ green 197 ◦ blue 95

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

Shades of Tacha #D8C55F

Tints of Tacha #D8C55F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.78%

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

R = 42.52%
G = 38.78%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8C55F (or 0xD8C55F) is known color: Tacha. HEX triplet: D8, C5 and 5F. RGB value is (216,197,95). Sum of RGB (Red+Green+Blue) = 216+197+95=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 95 (37.5% from 255 or 18.70% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C55F is #273AA0. Grayscale: #BFBFBF. Windows color (decimal): -2570913 or 6276568. OLE color: 6276568.

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

Color convert

RGB 216 197 95 -
CMYK 0 0.09 0.56 0.15
HSL 50.58º 0.61% 0.61% -
HSV(B) 50.58º 0.56% 0.85% -
XYZ 50.35 55.36 18.86 -
YUV 191.05 73.79 145.79 -
System Red Green Blue C M Y K H S L
Decimal 216 197 95 0 0.09 0.56 0.15 50.58 0.61 0.61
Hex D8 C5 5F 0 9 38 F 33 3D 3D
Octal 330 305 137 0 11 70 17 63 75 75
Binary 11011000 11000101 1011111 0 1001 111000 1111 110011 111101 111101

Color Harmonies of #D8C55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C55F

Black with #D8C55F

Text Example


Text Example

White with #D8C55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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