#CDD147

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

Shades of Wattle #CDD147

Tints of Wattle #CDD147

Color information

#CDD147 (or 0xCDD147) is unknown color: approx Wattle. HEX triplet: CD, D1 and 47. RGB value is (205,209,71). Sum of RGB (Red+Green+Blue) = 205+209+71=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 71 (28.12% from 255 or 14.64% from 485); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD147 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD147 is #322EB8. Grayscale: #C0C0C0. Windows color (decimal): -3288761 or 4706765. OLE color: 4706765.

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

Color convert

RGB20520971-
CMYK0.0200.660.18
HSL61.74º60%54.9%-
HSV(B)61.74º66.03%81.96%-
XYZ49.1159.0314.77-
YUV192.0759.67137.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.27%
GREEN value IS 209 (82.03% from 255) = 43.09%
BLUE value IS 71 (28.12% from 255) = 14.64%
R=42.27%
G=43.09%
B=14.64%

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
Decimal205209710.0200.660.1861.746054.9
HexCDD1472042123e3c37
Octal3153211072010222767467
Binary11001101110100011000111100100001010010111110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD147; }

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

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

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

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

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

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

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

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