#C7C14B

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

Shades of Wattle #C7C14B

Tints of Wattle #C7C14B

Color information

#C7C14B (or 0xC7C14B) is unknown color: approx Wattle. HEX triplet: C7, C1 and 4B. RGB value is (199,193,75). Sum of RGB (Red+Green+Blue) = 199+193+75=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C14B is #383EB4. Grayscale: #B5B5B5. Windows color (decimal): -3686069 or 4964807. OLE color: 4964807.

HSL color Cylindrical-coordinate representation of color #C7C14B: hue angle of 57.1º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7C14B is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB19919375-
CMYK00.030.620.22
HSL57.1º52.54%53.73%-
HSV(B)57.1º62.31%78.04%-
XYZ43.8950.7914.15-
YUV181.3467.99140.59-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.61%
GREEN value IS 193 (75.78% from 255) = 41.33%
BLUE value IS 75 (29.69% from 255) = 16.06%
R=42.61%
G=41.33%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991937500.030.620.2257.152.5453.73
HexC7C14B033E16393536
Octal307301113037626716566
Binary1100011111000001100101101111111010110111001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C14B; }

 p { color: rgb(199,193,75); }

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

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

 a { background-color: rgb(199,193,75); }

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

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

 span { border-color: rgb(199,193,75); }

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