#CDD04B

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

Shades of Wattle #CDD04B

Tints of Wattle #CDD04B

Color information

#CDD04B (or 0xCDD04B) is unknown color: approx Wattle. HEX triplet: CD, D0 and 4B. RGB value is (205,208,75). Sum of RGB (Red+Green+Blue) = 205+208+75=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 75 (29.69% from 255 or 15.37% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD04B is #322FB4. Grayscale: #C0C0C0. Windows color (decimal): -3289013 or 4968653. OLE color: 4968653.

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

Color convert

RGB20520875-
CMYK0.0100.640.18
HSL61.35º58.59%55.49%-
HSV(B)61.35º63.94%81.57%-
XYZ4958.615.38-
YUV191.9462.01137.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.01%
GREEN value IS 208 (81.64% from 255) = 42.62%
BLUE value IS 75 (29.69% from 255) = 15.37%
R=42.01%
G=42.62%
B=15.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal205208750.0100.640.1861.3558.5955.49
HexCDD04B1040123d3b37
Octal3153201131010022757367
Binary1100110111010000100101110100000010010111101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD04B; }

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

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

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

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

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

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

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

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