#C9C638

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

Shades of Wattle #C9C638

Tints of Wattle #C9C638

Color information

#C9C638 (or 0xC9C638) is unknown color: approx Wattle. HEX triplet: C9, C6 and 38. RGB value is (201,198,56). Sum of RGB (Red+Green+Blue) = 201+198+56=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 56 (22.27% from 255 or 12.31% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C638 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C638 is #3639C7. Grayscale: #B7B7B7. Windows color (decimal): -3553736 or 3720905. OLE color: 3720905.

HSL color Cylindrical-coordinate representation of color #C9C638: hue angle of 58.76º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9C638 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB20119856-
CMYK00.010.720.21
HSL58.76º57.31%50.39%-
HSV(B)58.76º72.14%78.82%-
XYZ4553.0911.62-
YUV182.7156.49141.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.18%
GREEN value IS 198 (77.73% from 255) = 43.52%
BLUE value IS 56 (22.27% from 255) = 12.31%
R=44.18%
G=43.52%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011985600.010.720.2158.7657.3150.39
HexC9C6380148153b3932
Octal311306700111025737162
Binary110010011100011011100001100100010101111011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C638; }

 p { color: rgb(201,198,56); }

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

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

 a { background-color: rgb(201,198,56); }

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

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

 span { border-color: rgb(201,198,56); }

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