#CDB355

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

Shades of Tacha #CDB355

Tints of Tacha #CDB355

Color information

#CDB355 (or 0xCDB355) is unknown color: approx Tacha. HEX triplet: CD, B3 and 55. RGB value is (205,179,85). Sum of RGB (Red+Green+Blue) = 205+179+85=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB355 is #324CAA. Grayscale: #B0B0B0. Windows color (decimal): -3296427 or 5616589. OLE color: 5616589.

HSL color Cylindrical-coordinate representation of color #CDB355: hue angle of 47º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDB355 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB20517985-
CMYK00.130.590.20
HSL47º54.55%56.86%-
HSV(B)47º58.54%80.39%-
XYZ42.9445.8815.19-
YUV176.0676.61148.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.71%
GREEN value IS 179 (70.31% from 255) = 38.17%
BLUE value IS 85 (33.59% from 255) = 18.12%
R=43.71%
G=38.17%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051798500.130.590.204754.5556.86
HexCDB3550D3B142f3739
Octal3152631250157324576771
Binary110011011011001110101010110111101110100101111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB355; }

 p { color: rgb(205,179,85); }

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

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

 a { background-color: rgb(205,179,85); }

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

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

 span { border-color: rgb(205,179,85); }

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