#C8C744

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

Shades of Wattle #C8C744

Tints of Wattle #C8C744

Color information

#C8C744 (or 0xC8C744) is unknown color: approx Wattle. HEX triplet: C8, C7 and 44. RGB value is (200,199,68). Sum of RGB (Red+Green+Blue) = 200+199+68=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 68 (26.95% from 255 or 14.56% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C744 is #3738BB. Grayscale: #B8B8B8. Windows color (decimal): -3619004 or 4507592. OLE color: 4507592.

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

Color convert

RGB20019968-
CMYK00.000.660.22
HSL59.55º54.55%52.55%-
HSV(B)59.55º66%78.43%-
XYZ45.2953.5413.42-
YUV184.3662.33139.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.83%
GREEN value IS 199 (78.12% from 255) = 42.61%
BLUE value IS 68 (26.95% from 255) = 14.56%
R=42.83%
G=42.61%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001996800.000.660.2259.5554.5552.55
HexC8C7440042163c3735
Octal3103071040010226746765
Binary1100100011000111100010000100001010110111100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C744; }

 p { color: rgb(200,199,68); }

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

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

 a { background-color: rgb(200,199,68); }

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

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

 span { border-color: rgb(200,199,68); }

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