#CDC365

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

Shades of Tacha #CDC365

Tints of Tacha #CDC365

Color information

#CDC365 (or 0xCDC365) is unknown color: approx Tacha. HEX triplet: CD, C3 and 65. RGB value is (205,195,101). Sum of RGB (Red+Green+Blue) = 205+195+101=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC365 is #323C9A. Grayscale: #BBBBBB. Windows color (decimal): -3292315 or 6669261. OLE color: 6669261.

HSL color Cylindrical-coordinate representation of color #CDC365: hue angle of 54.23º 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 #CDC365 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB205195101-
CMYK00.050.510.20
HSL54.23º50.98%60%-
HSV(B)54.23º50.73%80.39%-
XYZ47.0452.9520.05-
YUV187.2779.31140.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.92%
GREEN value IS 195 (76.56% from 255) = 38.92%
BLUE value IS 101 (39.84% from 255) = 20.16%
R=40.92%
G=38.92%
B=20.16%

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
Decimal20519510100.050.510.2054.2350.9860
HexCDC36505331436333c
Octal315303145056324666374
Binary11001101110000111100101010111001110100110110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC365; }

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

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

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

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

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

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

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

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