#CCC93A

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

Shades of Wattle #CCC93A

Tints of Wattle #CCC93A

Color information

#CCC93A (or 0xCCC93A) is unknown color: approx Wattle. HEX triplet: CC, C9 and 3A. RGB value is (204,201,58). Sum of RGB (Red+Green+Blue) = 204+201+58=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 58 (23.05% from 255 or 12.53% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC93A is #3336C5. Grayscale: #BABABA. Windows color (decimal): -3356358 or 3852748. OLE color: 3852748.

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

Color convert

RGB20420158-
CMYK00.010.720.2
HSL58.77º58.87%51.37%-
HSV(B)58.77º71.57%80%-
XYZ46.5554.9212.15-
YUV185.655.99141.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.06%
GREEN value IS 201 (78.91% from 255) = 43.41%
BLUE value IS 58 (23.05% from 255) = 12.53%
R=44.06%
G=43.41%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042015800.010.720.258.7758.8751.37
HexCCC93A0148143b3b33
Octal314311720111024737363
Binary110011001100100111101001100100010100111011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC93A; }

 p { color: rgb(204,201,58); }

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

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

 a { background-color: rgb(204,201,58); }

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

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

 span { border-color: rgb(204,201,58); }

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