#CCBD56

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

Shades of Tacha #CCBD56

Tints of Tacha #CCBD56

Color information

#CCBD56 (or 0xCCBD56) is unknown color: approx Tacha. HEX triplet: CC, BD and 56. RGB value is (204,189,86). Sum of RGB (Red+Green+Blue) = 204+189+86=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 86 (33.98% from 255 or 17.95% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBD56 is #3342A9. Grayscale: #B6B6B6. Windows color (decimal): -3359402 or 5684684. OLE color: 5684684.

HSL color Cylindrical-coordinate representation of color #CCBD56: hue angle of 52.37º 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 #CCBD56 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB20418986-
CMYK00.070.580.2
HSL52.37º53.64%56.86%-
HSV(B)52.37º57.84%80%-
XYZ44.7849.916.08-
YUV181.7473.97143.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.59%
GREEN value IS 189 (74.22% from 255) = 39.46%
BLUE value IS 86 (33.98% from 255) = 17.95%
R=42.59%
G=39.46%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041898600.070.580.252.3753.6456.86
HexCCBD56073A14343639
Octal314275126077224646671
Binary11001100101111011010110011111101010100110100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBD56; }

 p { color: rgb(204,189,86); }

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

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

 a { background-color: rgb(204,189,86); }

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

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

 span { border-color: rgb(204,189,86); }

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