#CCC84A

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

Shades of Wattle #CCC84A

Tints of Wattle #CCC84A

Color information

#CCC84A (or 0xCCC84A) is unknown color: approx Wattle. HEX triplet: CC, C8 and 4A. RGB value is (204,200,74). Sum of RGB (Red+Green+Blue) = 204+200+74=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC84A is #3337B5. Grayscale: #BBBBBB. Windows color (decimal): -3356598 or 4901068. OLE color: 4901068.

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

Color convert

RGB20420074-
CMYK00.020.640.2
HSL58.15º56.03%54.51%-
HSV(B)58.15º63.73%80%-
XYZ46.7954.6414.56-
YUV186.8364.33140.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 200 (78.52% from 255) = 41.84%
BLUE value IS 74 (29.30% from 255) = 15.48%
R=42.68%
G=41.84%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042007400.020.640.258.1556.0354.51
HexCCC84A0240143a3837
Octal3143101120210024727067
Binary11001100110010001001010010100000010100111010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC84A; }

 p { color: rgb(204,200,74); }

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

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

 a { background-color: rgb(204,200,74); }

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

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

 span { border-color: rgb(204,200,74); }

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