#D0C157

Color #D0C157 Tacha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacha #D0C157

Tints of Tacha #D0C157

Color information

#D0C157 (or 0xD0C157) is unknown color: approx Tacha. HEX triplet: D0, C1 and 57. RGB value is (208,193,87). Sum of RGB (Red+Green+Blue) = 208+193+87=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 87 (34.38% from 255 or 17.83% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C157 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C157 is #2F3EA8. Grayscale: #B9B9B9. Windows color (decimal): -3096233 or 5751248. OLE color: 5751248.

HSL color Cylindrical-coordinate representation of color #D0C157: hue angle of 52.56º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D0C157 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB20819387-
CMYK00.070.580.18
HSL52.56º56.28%57.84%-
HSV(B)52.56º58.17%81.57%-
XYZ46.852.2416.63-
YUV185.472.47144.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.62%
GREEN value IS 193 (75.78% from 255) = 39.55%
BLUE value IS 87 (34.38% from 255) = 17.83%
R=42.62%
G=39.55%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081938700.070.580.1852.5656.2857.84
HexD0C157073A1235383a
Octal320301127077222657072
Binary11010000110000011010111011111101010010110101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C157; }

 p { color: rgb(208,193,87); }

 H1.HeaderClassName
 {
   color: #D0C157;
 }
 .AnyTagClassName
 {
   color: #D0C157;
 }
</style>
background-color css

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

 a { background-color: rgb(208,193,87); }

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

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

 span { border-color: rgb(208,193,87); }

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