#CCC04A

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

Shades of Wattle #CCC04A

Tints of Wattle #CCC04A

Color information

#CCC04A (or 0xCCC04A) is unknown color: approx Wattle. HEX triplet: CC, C0 and 4A. RGB value is (204,192,74). Sum of RGB (Red+Green+Blue) = 204+192+74=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC04A is #333FB5. Grayscale: #B6B6B6. Windows color (decimal): -3358646 or 4899020. OLE color: 4899020.

HSL color Cylindrical-coordinate representation of color #CCC04A: hue angle of 54.46º 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 #CCC04A is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB20419274-
CMYK00.060.640.2
HSL54.46º56.03%54.51%-
HSV(B)54.46º63.73%80%-
XYZ44.9951.0313.96-
YUV182.1466.98143.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.40%
GREEN value IS 192 (75.39% from 255) = 40.85%
BLUE value IS 74 (29.30% from 255) = 15.74%
R=43.40%
G=40.85%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041927400.060.640.254.4656.0354.51
HexCCC04A064014363837
Octal3143001120610024667067
Binary110011001100000010010100110100000010100110110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC04A; }

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

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

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

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

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

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

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

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