#CDD046

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

Shades of Wattle #CDD046

Tints of Wattle #CDD046

Color information

#CDD046 (or 0xCDD046) is unknown color: approx Wattle. HEX triplet: CD, D0 and 46. RGB value is (205,208,70). Sum of RGB (Red+Green+Blue) = 205+208+70=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 70 (27.73% from 255 or 14.49% from 483); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD046 is #322FB9. Grayscale: #BFBFBF. Windows color (decimal): -3289018 or 4640973. OLE color: 4640973.

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

Color convert

RGB20520870-
CMYK0.0100.660.18
HSL61.3º59.48%54.51%-
HSV(B)61.3º66.35%81.57%-
XYZ48.8458.5314.52-
YUV191.3759.51137.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.44%
GREEN value IS 208 (81.64% from 255) = 43.06%
BLUE value IS 70 (27.73% from 255) = 14.49%
R=42.44%
G=43.06%
B=14.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal205208700.0100.660.1861.359.4854.51
HexCDD0461042123d3b37
Octal3153201061010222757367
Binary1100110111010000100011010100001010010111101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD046; }

 p { color: rgb(205,208,70); }

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

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

 a { background-color: rgb(205,208,70); }

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

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

 span { border-color: rgb(205,208,70); }

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