#CDD14C

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

Shades of Wattle #CDD14C

Tints of Wattle #CDD14C

Color information

#CDD14C (or 0xCDD14C) is unknown color: approx Wattle. HEX triplet: CD, D1 and 4C. RGB value is (205,209,76). Sum of RGB (Red+Green+Blue) = 205+209+76=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 76 (30.08% from 255 or 15.51% from 490); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD14C is #322EB3. Grayscale: #C1C1C1. Windows color (decimal): -3288756 or 5034445. OLE color: 5034445.

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

Color convert

RGB20520976-
CMYK0.0200.640.18
HSL61.8º59.11%55.88%-
HSV(B)61.8º63.64%81.96%-
XYZ49.2859.115.65-
YUV192.6462.17136.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.84%
GREEN value IS 209 (82.03% from 255) = 42.65%
BLUE value IS 76 (30.08% from 255) = 15.51%
R=41.84%
G=42.65%
B=15.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal205209760.0200.640.1861.859.1155.88
HexCDD14C2040123e3b38
Octal3153211142010022767370
Binary11001101110100011001100100100000010010111110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD14C; }

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

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

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

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

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

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

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

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