#CDC264

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

Shades of Tacha #CDC264

Tints of Tacha #CDC264

Color information

#CDC264 (or 0xCDC264) is unknown color: approx Tacha. HEX triplet: CD, C2 and 64. RGB value is (205,194,100). Sum of RGB (Red+Green+Blue) = 205+194+100=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 100 (39.45% from 255 or 20.04% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC264 is #323D9B. Grayscale: #BABABA. Windows color (decimal): -3292572 or 6603469. OLE color: 6603469.

HSL color Cylindrical-coordinate representation of color #CDC264: hue angle of 53.71º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDC264 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB205194100-
CMYK00.050.510.20
HSL53.71º51.22%59.8%-
HSV(B)53.71º51.22%80.39%-
XYZ46.7752.4819.72-
YUV186.5779.14141.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.08%
GREEN value IS 194 (76.17% from 255) = 38.88%
BLUE value IS 100 (39.45% from 255) = 20.04%
R=41.08%
G=38.88%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519410000.050.510.2053.7151.2259.8
HexCDC26405331436333c
Octal315302144056324666374
Binary11001101110000101100100010111001110100110110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC264; }

 p { color: rgb(205,194,100); }

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

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

 a { background-color: rgb(205,194,100); }

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

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

 span { border-color: rgb(205,194,100); }

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