#CCBD59

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

Shades of Tacha #CCBD59

Tints of Tacha #CCBD59

Color information

#CCBD59 (or 0xCCBD59) is unknown color: approx Tacha. HEX triplet: CC, BD and 59. RGB value is (204,189,89). Sum of RGB (Red+Green+Blue) = 204+189+89=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 89 (35.16% from 255 or 18.46% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBD59 is #3342A6. Grayscale: #B6B6B6. Windows color (decimal): -3359399 or 5881292. OLE color: 5881292.

HSL color Cylindrical-coordinate representation of color #CCBD59: hue angle of 52.17º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCBD59 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB20418989-
CMYK00.070.560.2
HSL52.17º53%57.45%-
HSV(B)52.17º56.37%80%-
XYZ44.949.9516.73-
YUV182.0875.47143.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 189 (74.22% from 255) = 39.21%
BLUE value IS 89 (35.16% from 255) = 18.46%
R=42.32%
G=39.21%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041898900.070.560.252.175357.45
HexCCBD59073814343539
Octal314275131077024646571
Binary11001100101111011011001011111100010100110100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBD59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBD59; }

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

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

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

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

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

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

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

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