#CFC65A

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

Shades of Tacha #CFC65A

Tints of Tacha #CFC65A

Color information

#CFC65A (or 0xCFC65A) is unknown color: approx Tacha. HEX triplet: CF, C6 and 5A. RGB value is (207,198,90). Sum of RGB (Red+Green+Blue) = 207+198+90=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC65A is #3039A5. Grayscale: #BCBCBC. Windows color (decimal): -3160486 or 5949135. OLE color: 5949135.

HSL color Cylindrical-coordinate representation of color #CFC65A: hue angle of 55.38º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFC65A is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB20719890-
CMYK00.040.570.19
HSL55.38º54.93%58.24%-
HSV(B)55.38º56.52%81.18%-
XYZ47.7754.3917.65-
YUV188.3872.48141.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.82%
GREEN value IS 198 (77.73% from 255) = 40%
BLUE value IS 90 (35.55% from 255) = 18.18%
R=41.82%
G=40%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071989000.040.570.1955.3854.9358.24
HexCFC65A04391337373a
Octal317306132047123676772
Binary11001111110001101011010010011100110011110111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC65A; }

 p { color: rgb(207,198,90); }

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

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

 a { background-color: rgb(207,198,90); }

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

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

 span { border-color: rgb(207,198,90); }

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