#CDC363

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

Shades of Tacha #CDC363

Tints of Tacha #CDC363

Color information

#CDC363 (or 0xCDC363) is unknown color: approx Tacha. HEX triplet: CD, C3 and 63. RGB value is (205,195,99). Sum of RGB (Red+Green+Blue) = 205+195+99=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 99 (39.06% from 255 or 19.84% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC363 is #323C9C. Grayscale: #BBBBBB. Windows color (decimal): -3292317 or 6538189. OLE color: 6538189.

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

Color convert

RGB20519599-
CMYK00.050.520.20
HSL54.34º51.46%59.61%-
HSV(B)54.34º51.71%80.39%-
XYZ46.9452.9119.54-
YUV187.0578.31140.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.08%
GREEN value IS 195 (76.56% from 255) = 39.08%
BLUE value IS 99 (39.06% from 255) = 19.84%
R=41.08%
G=39.08%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051959900.050.520.2054.3451.4659.61
HexCDC36305341436333c
Octal315303143056424666374
Binary11001101110000111100011010111010010100110110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC363; }

 p { color: rgb(205,195,99); }

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

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

 a { background-color: rgb(205,195,99); }

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

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

 span { border-color: rgb(205,195,99); }

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