#D0C464

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

Shades of Tacha #D0C464

Tints of Tacha #D0C464

Color information

#D0C464 (or 0xD0C464) is unknown color: approx Tacha. HEX triplet: D0, C4 and 64. RGB value is (208,196,100). Sum of RGB (Red+Green+Blue) = 208+196+100=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 100 (39.45% from 255 or 19.84% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C464 is #2F3B9B. Grayscale: #BDBDBD. Windows color (decimal): -3095452 or 6603984. OLE color: 6603984.

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

Color convert

RGB208196100-
CMYK00.060.520.18
HSL53.33º53.47%60.39%-
HSV(B)53.33º51.92%81.57%-
XYZ48.0553.8119.91-
YUV188.6477.98141.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.27%
GREEN value IS 196 (76.95% from 255) = 38.89%
BLUE value IS 100 (39.45% from 255) = 19.84%
R=41.27%
G=38.89%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819610000.060.520.1853.3353.4760.39
HexD0C46406341235353c
Octal320304144066422656574
Binary11010000110001001100100011011010010010110101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C464; }

 p { color: rgb(208,196,100); }

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

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

 a { background-color: rgb(208,196,100); }

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

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

 span { border-color: rgb(208,196,100); }

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