#CCB55D

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

Shades of Tacha #CCB55D

Tints of Tacha #CCB55D

Color information

#CCB55D (or 0xCCB55D) is unknown color: approx Tacha. HEX triplet: CC, B5 and 5D. RGB value is (204,181,93). Sum of RGB (Red+Green+Blue) = 204+181+93=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB55D is #334AA2. Grayscale: #B2B2B2. Windows color (decimal): -3361443 or 6141388. OLE color: 6141388.

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

Color convert

RGB20418193-
CMYK00.110.540.2
HSL47.57º52.11%58.24%-
HSV(B)47.57º54.41%80%-
XYZ43.446.6817.08-
YUV177.8480.12146.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 181 (71.09% from 255) = 37.87%
BLUE value IS 93 (36.72% from 255) = 19.46%
R=42.68%
G=37.87%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041819300.110.540.247.5752.1158.24
HexCCB55D0B361430343a
Octal3142651350136624606472
Binary110011001011010110111010101111011010100110000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB55D; }

 p { color: rgb(204,181,93); }

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

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

 a { background-color: rgb(204,181,93); }

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

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

 span { border-color: rgb(204,181,93); }

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