#CCD048

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

Shades of Wattle #CCD048

Tints of Wattle #CCD048

Color information

#CCD048 (or 0xCCD048) is unknown color: approx Wattle. HEX triplet: CC, D0 and 48. RGB value is (204,208,72). Sum of RGB (Red+Green+Blue) = 204+208+72=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 72 (28.52% from 255 or 14.88% from 484); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD048 is #332FB7. Grayscale: #BFBFBF. Windows color (decimal): -3354552 or 4772044. OLE color: 4772044.

HSL color Cylindrical-coordinate representation of color #CCD048: hue angle of 61.76º degrees, saturation: 0.59, 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 #CCD048 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB20420872-
CMYK0.0200.650.18
HSL61.76º59.13%54.9%-
HSV(B)61.76º65.38%81.57%-
XYZ48.6358.4214.84-
YUV191.360.67137.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.15%
GREEN value IS 208 (81.64% from 255) = 42.98%
BLUE value IS 72 (28.52% from 255) = 14.88%
R=42.15%
G=42.98%
B=14.88%

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
Decimal204208720.0200.650.1861.7659.1354.9
HexCCD0482041123e3b37
Octal3143201102010122767367
Binary11001100110100001001000100100000110010111110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD048; }

 p { color: rgb(204,208,72); }

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

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

 a { background-color: rgb(204,208,72); }

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

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

 span { border-color: rgb(204,208,72); }

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