#CDD448

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

Shades of Wattle #CDD448

Tints of Wattle #CDD448

Color information

#CDD448 (or 0xCDD448) is unknown color: approx Wattle. HEX triplet: CD, D4 and 48. RGB value is (205,212,72). Sum of RGB (Red+Green+Blue) = 205+212+72=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 72 (28.52% from 255 or 14.72% from 489); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD448 is #322BB7. Grayscale: #C2C2C2. Windows color (decimal): -3287992 or 4773069. OLE color: 4773069.

HSL color Cylindrical-coordinate representation of color #CDD448: hue angle of 63º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CDD448 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB20521272-
CMYK0.0300.660.17
HSL63º61.95%55.69%-
HSV(B)63º66.04%83.14%-
XYZ49.8960.5315.19-
YUV193.9559.18135.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.92%
GREEN value IS 212 (83.20% from 255) = 43.35%
BLUE value IS 72 (28.52% from 255) = 14.72%
R=41.92%
G=43.35%
B=14.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal205212720.0300.660.176361.9555.69
HexCDD4483042113f3e38
Octal3153241103010221777670
Binary11001101110101001001000110100001010001111111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD448; }

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

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

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

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

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

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

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

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