#CDBB55

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

Shades of Tacha #CDBB55

Tints of Tacha #CDBB55

Color information

#CDBB55 (or 0xCDBB55) is unknown color: approx Tacha. HEX triplet: CD, BB and 55. RGB value is (205,187,85). Sum of RGB (Red+Green+Blue) = 205+187+85=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBB55 is #3244AA. Grayscale: #B5B5B5. Windows color (decimal): -3294379 or 5618637. OLE color: 5618637.

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

Color convert

RGB20518785-
CMYK00.090.590.20
HSL51º54.55%56.86%-
HSV(B)51º58.54%80.39%-
XYZ44.5949.1815.74-
YUV180.7573.96145.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.98%
GREEN value IS 187 (73.44% from 255) = 39.20%
BLUE value IS 85 (33.59% from 255) = 17.82%
R=42.98%
G=39.20%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051878500.090.590.205154.5556.86
HexCDBB55093B14333739
Octal3152731250117324636771
Binary110011011011101110101010100111101110100110011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBB55; }

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

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

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

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

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

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

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

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