#CCD149

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

Shades of Wattle #CCD149

Tints of Wattle #CCD149

Color information

#CCD149 (or 0xCCD149) is unknown color: approx Wattle. HEX triplet: CC, D1 and 49. RGB value is (204,209,73). Sum of RGB (Red+Green+Blue) = 204+209+73=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 73 (28.91% from 255 or 15.02% from 486); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD149 is #332EB6. Grayscale: #C0C0C0. Windows color (decimal): -3354295 or 4837836. OLE color: 4837836.

HSL color Cylindrical-coordinate representation of color #CCD149: hue angle of 62.21º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCD149 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB20420973-
CMYK0.0200.650.18
HSL62.21º59.65%55.29%-
HSV(B)62.21º65.07%81.96%-
XYZ48.958.9215.1-
YUV19260.84136.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.98%
GREEN value IS 209 (82.03% from 255) = 43.00%
BLUE value IS 73 (28.91% from 255) = 15.02%
R=41.98%
G=43.00%
B=15.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal204209730.0200.650.1862.2159.6555.29
HexCCD1492041123e3c37
Octal3143211112010122767467
Binary11001100110100011001001100100000110010111110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD149; }

 p { color: rgb(204,209,73); }

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

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

 a { background-color: rgb(204,209,73); }

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

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

 span { border-color: rgb(204,209,73); }

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