#D0C359

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

Shades of Tacha #D0C359

Tints of Tacha #D0C359

Color information

#D0C359 (or 0xD0C359) is unknown color: approx Tacha. HEX triplet: D0, C3 and 59. RGB value is (208,195,89). Sum of RGB (Red+Green+Blue) = 208+195+89=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 89 (35.16% from 255 or 18.09% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C359 is #2F3CA6. Grayscale: #BBBBBB. Windows color (decimal): -3095719 or 5882832. OLE color: 5882832.

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

Color convert

RGB20819589-
CMYK00.060.570.18
HSL53.45º55.87%58.24%-
HSV(B)53.45º57.21%81.57%-
XYZ47.3353.1617.22-
YUV186.872.81143.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.28%
GREEN value IS 195 (76.56% from 255) = 39.63%
BLUE value IS 89 (35.16% from 255) = 18.09%
R=42.28%
G=39.63%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081958900.060.570.1853.4555.8758.24
HexD0C35906391235383a
Octal320303131067122657072
Binary11010000110000111011001011011100110010110101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C359; }

 p { color: rgb(208,195,89); }

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

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

 a { background-color: rgb(208,195,89); }

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

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

 span { border-color: rgb(208,195,89); }

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