#CED447

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

Shades of Wattle #CED447

Tints of Wattle #CED447

Color information

#CED447 (or 0xCED447) is unknown color: approx Wattle. HEX triplet: CE, D4 and 47. RGB value is (206,212,71). Sum of RGB (Red+Green+Blue) = 206+212+71=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 71 (28.12% from 255 or 14.52% from 489); Max value from RGB is 212 - color contains mainly: green. Hex color #CED447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED447 is #312BB8. Grayscale: #C2C2C2. Windows color (decimal): -3222457 or 4707534. OLE color: 4707534.

HSL color Cylindrical-coordinate representation of color #CED447: hue angle of 62.55º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CED447 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB20621271-
CMYK0.0300.670.17
HSL62.55º62.11%55.49%-
HSV(B)62.55º66.51%83.14%-
XYZ50.1360.6615.03-
YUV194.1358.51136.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.13%
GREEN value IS 212 (83.20% from 255) = 43.35%
BLUE value IS 71 (28.12% from 255) = 14.52%
R=42.13%
G=43.35%
B=14.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal206212710.0300.670.1762.5562.1155.49
HexCED4473043113f3e37
Octal3163241073010321777667
Binary11001110110101001000111110100001110001111111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED447; }

 p { color: rgb(206,212,71); }

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

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

 a { background-color: rgb(206,212,71); }

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

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

 span { border-color: rgb(206,212,71); }

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