Html Css Color HEX #D5C057 Tacha

📋 copy color: '#D5C057'

red 213 ◦ green 192 ◦ blue 87

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

Shades of Tacha #D5C057

Tints of Tacha #D5C057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.68%

R = 43.29%
G = 39.02%
B = 17.68%

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

#D5C057 (or 0xD5C057) is known color: Tacha. HEX triplet: D5, C0 and 57. RGB value is (213,192,87). Sum of RGB (Red+Green+Blue) = 213+192+87=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 87 (34.38% from 255 or 17.68% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C057 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C057 is #2A3FA8. Grayscale: #BABABA. Windows color (decimal): -2768809 or 5750997. OLE color: 5750997.

HSL color Cylindrical-coordinate representation of color #D5C057: hue angle of 50º 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 #D5C057 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 192 87 -
CMYK 0 0.10 0.59 0.16
HSL 50º 0.6% 0.59% -
HSV(B) 50º 0.59% 0.84% -
XYZ 48.01 52.53 16.63 -
YUV 186.31 71.96 147.04 -
System Red Green Blue C M Y K H S L
Decimal 213 192 87 0 0.10 0.59 0.16 50 0.6 0.59
Hex D5 C0 57 0 A 3B 10 32 3C 3B
Octal 325 300 127 0 12 73 20 62 74 73
Binary 11010101 11000000 1010111 0 1010 111011 10000 110010 111100 111011

Color Harmonies of #D5C057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C057

Black with #D5C057

Text Example


Text Example

White with #D5C057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C057; }

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

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

background-color css

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

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

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

border-color css

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

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

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