#CCB35F

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

Shades of Tacha #CCB35F

Tints of Tacha #CCB35F

Color information

#CCB35F (or 0xCCB35F) is unknown color: approx Tacha. HEX triplet: CC, B3 and 5F. RGB value is (204,179,95). Sum of RGB (Red+Green+Blue) = 204+179+95=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 95 (37.5% from 255 or 19.87% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB35F is #334CA0. Grayscale: #B1B1B1. Windows color (decimal): -3361953 or 6271948. OLE color: 6271948.

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

Color convert

RGB20417995-
CMYK00.120.530.2
HSL46.24º51.66%58.63%-
HSV(B)46.24º53.43%80%-
XYZ43.0945.917.42-
YUV176.981.78147.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 179 (70.31% from 255) = 37.45%
BLUE value IS 95 (37.5% from 255) = 19.87%
R=42.68%
G=37.45%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041799500.120.530.246.2451.6658.63
HexCCB35F0C35142e343b
Octal3142631370146524566473
Binary110011001011001110111110110011010110100101110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB35F; }

 p { color: rgb(204,179,95); }

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

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

 a { background-color: rgb(204,179,95); }

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

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

 span { border-color: rgb(204,179,95); }

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