#C9C13D

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

Shades of Wattle #C9C13D

Tints of Wattle #C9C13D

Color information

#C9C13D (or 0xC9C13D) is unknown color: approx Wattle. HEX triplet: C9, C1 and 3D. RGB value is (201,193,61). Sum of RGB (Red+Green+Blue) = 201+193+61=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 61 (24.22% from 255 or 13.41% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C13D is #363EC2. Grayscale: #B4B4B4. Windows color (decimal): -3555011 or 4047305. OLE color: 4047305.

HSL color Cylindrical-coordinate representation of color #C9C13D: hue angle of 56.57º degrees, saturation: 0.56, 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 #C9C13D is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB20119361-
CMYK00.040.700.21
HSL56.57º56.45%51.37%-
HSV(B)56.57º69.65%78.82%-
XYZ4450.8911.92-
YUV180.3460.65142.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.18%
GREEN value IS 193 (75.78% from 255) = 42.42%
BLUE value IS 61 (24.22% from 255) = 13.41%
R=44.18%
G=42.42%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011936100.040.700.2156.5756.4551.37
HexC9C13D044615393833
Octal311301750410625717063
Binary11001001110000011111010100100011010101111001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C13D; }

 p { color: rgb(201,193,61); }

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

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

 a { background-color: rgb(201,193,61); }

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

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

 span { border-color: rgb(201,193,61); }

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