#CDD04E

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

Shades of Wattle #CDD04E

Tints of Wattle #CDD04E

Color information

#CDD04E (or 0xCDD04E) is unknown color: approx Wattle. HEX triplet: CD, D0 and 4E. RGB value is (205,208,78). Sum of RGB (Red+Green+Blue) = 205+208+78=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 78 (30.86% from 255 or 15.89% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD04E is #322FB1. Grayscale: #C0C0C0. Windows color (decimal): -3289010 or 5165261. OLE color: 5165261.

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

Color convert

RGB20520878-
CMYK0.0100.620.18
HSL61.38º58.04%56.08%-
HSV(B)61.38º62.5%81.57%-
XYZ49.1158.6415.94-
YUV192.2863.51137.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.75%
GREEN value IS 208 (81.64% from 255) = 42.36%
BLUE value IS 78 (30.86% from 255) = 15.89%
R=41.75%
G=42.36%
B=15.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal205208780.0100.620.1861.3858.0456.08
HexCDD04E103E123d3a38
Octal315320116107622757270
Binary110011011101000010011101011111010010111101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD04E; }

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

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

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

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

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

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

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

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