#CDD148

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

Shades of Wattle #CDD148

Tints of Wattle #CDD148

Color information

#CDD148 (or 0xCDD148) is unknown color: approx Wattle. HEX triplet: CD, D1 and 48. RGB value is (205,209,72). Sum of RGB (Red+Green+Blue) = 205+209+72=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 72 (28.52% from 255 or 14.81% from 486); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD148 is #322EB7. Grayscale: #C0C0C0. Windows color (decimal): -3288760 or 4772301. OLE color: 4772301.

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

Color convert

RGB20520972-
CMYK0.0200.660.18
HSL61.75º59.83%55.1%-
HSV(B)61.75º65.55%81.96%-
XYZ49.1559.0514.94-
YUV192.1960.17137.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.18%
GREEN value IS 209 (82.03% from 255) = 43.00%
BLUE value IS 72 (28.52% from 255) = 14.81%
R=42.18%
G=43.00%
B=14.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal205209720.0200.660.1861.7559.8355.1
HexCDD1482042123e3c37
Octal3153211102010222767467
Binary11001101110100011001000100100001010010111110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD148; }

 p { color: rgb(205,209,72); }

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

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

 a { background-color: rgb(205,209,72); }

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

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

 span { border-color: rgb(205,209,72); }

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