#CCC63F

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

Shades of Wattle #CCC63F

Tints of Wattle #CCC63F

Color information

#CCC63F (or 0xCCC63F) is unknown color: approx Wattle. HEX triplet: CC, C6 and 3F. RGB value is (204,198,63). Sum of RGB (Red+Green+Blue) = 204+198+63=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 63 (25% from 255 or 13.55% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC63F is #3339C0. Grayscale: #B8B8B8. Windows color (decimal): -3357121 or 4179660. OLE color: 4179660.

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

Color convert

RGB20419863-
CMYK00.030.690.2
HSL57.45º58.02%52.35%-
HSV(B)57.45º69.12%80%-
XYZ45.9953.5812.62-
YUV184.459.49141.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.87%
GREEN value IS 198 (77.73% from 255) = 42.58%
BLUE value IS 63 (25% from 255) = 13.55%
R=43.87%
G=42.58%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041986300.030.690.257.4558.0252.35
HexCCC63F034514393a34
Octal314306770310524717264
Binary1100110011000110111111011100010110100111001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC63F; }

 p { color: rgb(204,198,63); }

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

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

 a { background-color: rgb(204,198,63); }

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

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

 span { border-color: rgb(204,198,63); }

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