Html Css Color HEX #D5C058 Tacha

📋 copy color: '#D5C058'

red 213 ◦ green 192 ◦ blue 88

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

Shades of Tacha #D5C058

Tints of Tacha #D5C058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.85%

R = 43.2%
G = 38.95%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D5C058 (or 0xD5C058) is known color: Tacha. HEX triplet: D5, C0 and 58. RGB value is (213,192,88). Sum of RGB (Red+Green+Blue) = 213+192+88=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 88 (34.77% from 255 or 17.85% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C058 is #2A3FA7. Grayscale: #BABABA. Windows color (decimal): -2768808 or 5816533. OLE color: 5816533.

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

Color convert

RGB 213 192 88 -
CMYK 0 0.10 0.59 0.16
HSL 49.92º 0.6% 0.59% -
HSV(B) 49.92º 0.59% 0.84% -
XYZ 48.05 52.55 16.84 -
YUV 186.42 72.46 146.96 -
System Red Green Blue C M Y K H S L
Decimal 213 192 88 0 0.10 0.59 0.16 49.92 0.6 0.59
Hex D5 C0 58 0 A 3B 10 32 3C 3B
Octal 325 300 130 0 12 73 20 62 74 73
Binary 11010101 11000000 1011000 0 1010 111011 10000 110010 111100 111011

Color Harmonies of #D5C058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C058

Black with #D5C058

Text Example


Text Example

White with #D5C058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C058; }

 p { color: rgb(213,192,88); }

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

background-color css

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

 a { background-color: rgb(213,192,88); }

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

border-color css

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

 span { border-color: rgb(213,192,88); }

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