#CCCA47

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

Shades of Wattle #CCCA47

Tints of Wattle #CCCA47

Color information

#CCCA47 (or 0xCCCA47) is unknown color: approx Wattle. HEX triplet: CC, CA and 47. RGB value is (204,202,71). Sum of RGB (Red+Green+Blue) = 204+202+71=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 71 (28.12% from 255 or 14.88% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCA47 is #3335B8. Grayscale: #BCBCBC. Windows color (decimal): -3356089 or 4704972. OLE color: 4704972.

HSL color Cylindrical-coordinate representation of color #CCCA47: hue angle of 59.1º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCCA47 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB20420271-
CMYK00.010.650.2
HSL59.1º56.6%53.92%-
HSV(B)59.1º65.2%80%-
XYZ47.1655.5314.19-
YUV187.6662.16139.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.77%
GREEN value IS 202 (79.30% from 255) = 42.35%
BLUE value IS 71 (28.12% from 255) = 14.88%
R=42.77%
G=42.35%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042027100.010.650.259.156.653.92
HexCCCA470141143b3936
Octal3143121070110124737166
Binary1100110011001010100011101100000110100111011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCA47; }

 p { color: rgb(204,202,71); }

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

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

 a { background-color: rgb(204,202,71); }

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

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

 span { border-color: rgb(204,202,71); }

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