#c9c33c

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

Shades of Wattle #C9C33C

Tints of Wattle #C9C33C

Color information

#C9C33C (or 0xC9C33C) is unknown color: approx Wattle. HEX triplet: C9, C3 and 3C. RGB value is (201,195,60). Sum of RGB (Red+Green+Blue) = 201+195+60=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 60 (23.83% from 255 or 13.16% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C33C is #363CC3. Grayscale: #B5B5B5. Windows color (decimal): -3554500 or 3982281. OLE color: 3982281.

HSL color Cylindrical-coordinate representation of color #C9C33C: hue angle of 57.45º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9C33C is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB20119560-
CMYK00.030.700.21
HSL57.45º56.63%51.18%-
HSV(B)57.45º70.15%78.82%-
XYZ44.4251.7711.93-
YUV181.459.49141.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.08%
GREEN value IS 195 (76.56% from 255) = 42.76%
BLUE value IS 60 (23.83% from 255) = 13.16%
R=44.08%
G=42.76%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011956000.030.700.2157.4556.6351.18
HexC9C33C034615393933
Octal311303740310625717163
Binary1100100111000011111100011100011010101111001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9c33c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9c33c; }

 p { color: rgb(201,195,60); }

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

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

 a { background-color: rgb(201,195,60); }

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

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

 span { border-color: rgb(201,195,60); }

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