#cdd245

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

Shades of Wattle #CDD245

Tints of Wattle #CDD245

Color information

#CDD245 (or 0xCDD245) is unknown color: approx Wattle. HEX triplet: CD, D2 and 45. RGB value is (205,210,69). Sum of RGB (Red+Green+Blue) = 205+210+69=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD245 is #322DBA. Grayscale: #C0C0C0. Windows color (decimal): -3288507 or 4575949. OLE color: 4575949.

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

Color convert

RGB20521069-
CMYK0.0200.670.18
HSL62.13º61.04%54.71%-
HSV(B)62.13º67.14%82.35%-
XYZ49.359.514.52-
YUV192.4358.34136.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.36%
GREEN value IS 210 (82.42% from 255) = 43.39%
BLUE value IS 69 (27.34% from 255) = 14.26%
R=42.36%
G=43.39%
B=14.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal205210690.0200.670.1862.1361.0454.71
HexCDD2452043123e3d37
Octal3153221052010322767567
Binary11001101110100101000101100100001110010111110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cdd245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cdd245; }

 p { color: rgb(205,210,69); }

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

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

 a { background-color: rgb(205,210,69); }

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

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

 span { border-color: rgb(205,210,69); }

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