#CCBC4F

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

Shades of Tacha #CCBC4F

Tints of Tacha #CCBC4F

Color information

#CCBC4F (or 0xCCBC4F) is unknown color: approx Tacha. HEX triplet: CC, BC and 4F. RGB value is (204,188,79). Sum of RGB (Red+Green+Blue) = 204+188+79=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 79 (31.25% from 255 or 16.77% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC4F is #3343B0. Grayscale: #B4B4B4. Windows color (decimal): -3359665 or 5225676. OLE color: 5225676.

HSL color Cylindrical-coordinate representation of color #CCBC4F: hue angle of 52.32º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCBC4F is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB20418879-
CMYK00.080.610.2
HSL52.32º55.07%55.49%-
HSV(B)52.32º61.27%80%-
XYZ44.349.3714.59-
YUV180.3670.8144.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.31%
GREEN value IS 188 (73.83% from 255) = 39.92%
BLUE value IS 79 (31.25% from 255) = 16.77%
R=43.31%
G=39.92%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041887900.080.610.252.3255.0755.49
HexCCBC4F083D14343737
Octal3142741170107524646767
Binary110011001011110010011110100011110110100110100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBC4F; }

 p { color: rgb(204,188,79); }

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

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

 a { background-color: rgb(204,188,79); }

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

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

 span { border-color: rgb(204,188,79); }

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