Html Css Color HEX #D5C55F Tacha

📋 copy color: '#D5C55F'

red 213 ◦ green 197 ◦ blue 95

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

Shades of Tacha #D5C55F

Tints of Tacha #D5C55F

RGB

 RED value IS 213 (83.59% from 255) = 42.18%

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

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

R = 42.18%
G = 39.01%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D5C55F (or 0xD5C55F) is known color: Tacha. HEX triplet: D5, C5 and 5F. RGB value is (213,197,95). Sum of RGB (Red+Green+Blue) = 213+197+95=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 95 (37.5% from 255 or 18.81% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C55F is #2A3AA0. Grayscale: #BEBEBE. Windows color (decimal): -2767521 or 6276565. OLE color: 6276565.

HSL color Cylindrical-coordinate representation of color #D5C55F: hue angle of 51.86º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5C55F is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 197 95 -
CMYK 0 0.08 0.55 0.16
HSL 51.86º 0.58% 0.6% -
HSV(B) 51.86º 0.55% 0.84% -
XYZ 49.47 54.9 18.82 -
YUV 190.16 74.3 144.29 -
System Red Green Blue C M Y K H S L
Decimal 213 197 95 0 0.08 0.55 0.16 51.86 0.58 0.6
Hex D5 C5 5F 0 8 37 10 34 3A 3C
Octal 325 305 137 0 10 67 20 64 72 74
Binary 11010101 11000101 1011111 0 1000 110111 10000 110100 111010 111100

Color Harmonies of #D5C55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C55F

Black with #D5C55F

Text Example


Text Example

White with #D5C55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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