#C9C04D

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

Shades of Wattle #C9C04D

Tints of Wattle #C9C04D

Color information

#C9C04D (or 0xC9C04D) is unknown color: approx Wattle. HEX triplet: C9, C0 and 4D. RGB value is (201,192,77). Sum of RGB (Red+Green+Blue) = 201+192+77=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 77 (30.47% from 255 or 16.38% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C04D is #363FB2. Grayscale: #B6B6B6. Windows color (decimal): -3555251 or 5095625. OLE color: 5095625.

HSL color Cylindrical-coordinate representation of color #C9C04D: hue angle of 55.65º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9C04D is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB20119277-
CMYK00.040.620.21
HSL55.65º53.45%54.51%-
HSV(B)55.65º61.69%78.82%-
XYZ44.2850.6514.46-
YUV181.5868.98141.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.77%
GREEN value IS 192 (75.39% from 255) = 40.85%
BLUE value IS 77 (30.47% from 255) = 16.38%
R=42.77%
G=40.85%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011927700.040.620.2155.6553.4554.51
HexC9C04D043E15383537
Octal311300115047625706567
Binary11001001110000001001101010011111010101111000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C04D; }

 p { color: rgb(201,192,77); }

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

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

 a { background-color: rgb(201,192,77); }

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

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

 span { border-color: rgb(201,192,77); }

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