#CCC63D

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

Shades of Wattle #CCC63D

Tints of Wattle #CCC63D

Color information

#CCC63D (or 0xCCC63D) is unknown color: approx Wattle. HEX triplet: CC, C6 and 3D. RGB value is (204,198,61). Sum of RGB (Red+Green+Blue) = 204+198+61=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC63D is #3339C2. Grayscale: #B8B8B8. Windows color (decimal): -3357123 or 4048588. OLE color: 4048588.

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

Color convert

RGB20419861-
CMYK00.030.700.2
HSL57.48º58.37%51.96%-
HSV(B)57.48º70.1%80%-
XYZ45.9453.5612.33-
YUV184.1858.49142.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.06%
GREEN value IS 198 (77.73% from 255) = 42.76%
BLUE value IS 61 (24.22% from 255) = 13.17%
R=44.06%
G=42.76%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041986100.030.700.257.4858.3751.96
HexCCC63D034614393a34
Octal314306750310624717264
Binary1100110011000110111101011100011010100111001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC63D; }

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

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

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

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

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

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

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

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