#CDC468

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

Shades of Tacha #CDC468

Tints of Tacha #CDC468

Color information

#CDC468 (or 0xCDC468) is unknown color: approx Tacha. HEX triplet: CD, C4 and 68. RGB value is (205,196,104). Sum of RGB (Red+Green+Blue) = 205+196+104=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 196 (76.95% from 255 or 38.81% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC468 is #323B97. Grayscale: #BCBCBC. Windows color (decimal): -3292056 or 6866125. OLE color: 6866125.

HSL color Cylindrical-coordinate representation of color #CDC468: hue angle of 54.65º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDC468 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB205196104-
CMYK00.040.490.20
HSL54.65º50.25%60.59%-
HSV(B)54.65º49.27%80.39%-
XYZ47.4253.4620.92-
YUV188.280.48139.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.59%
GREEN value IS 196 (76.95% from 255) = 38.81%
BLUE value IS 104 (41.02% from 255) = 20.59%
R=40.59%
G=38.81%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519610400.040.490.2054.6550.2560.59
HexCDC46804311437323d
Octal315304150046124676275
Binary11001101110001001101000010011000110100110111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC468; }

 p { color: rgb(205,196,104); }

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

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

 a { background-color: rgb(205,196,104); }

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

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

 span { border-color: rgb(205,196,104); }

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