#CDB556

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

Shades of Tacha #CDB556

Tints of Tacha #CDB556

Color information

#CDB556 (or 0xCDB556) is unknown color: approx Tacha. HEX triplet: CD, B5 and 56. RGB value is (205,181,86). Sum of RGB (Red+Green+Blue) = 205+181+86=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 86 (33.98% from 255 or 18.22% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB556 is #324AA9. Grayscale: #B1B1B1. Windows color (decimal): -3295914 or 5682637. OLE color: 5682637.

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

Color convert

RGB20518186-
CMYK00.120.580.20
HSL47.9º54.34%57.06%-
HSV(B)47.9º58.05%80.39%-
XYZ43.3846.715.53-
YUV177.3576.45147.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.43%
GREEN value IS 181 (71.09% from 255) = 38.35%
BLUE value IS 86 (33.98% from 255) = 18.22%
R=43.43%
G=38.35%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051818600.120.580.2047.954.3457.06
HexCDB5560C3A14303639
Octal3152651260147224606671
Binary110011011011010110101100110011101010100110000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB556; }

 p { color: rgb(205,181,86); }

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

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

 a { background-color: rgb(205,181,86); }

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

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

 span { border-color: rgb(205,181,86); }

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