#CECD4C

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

Shades of Wattle #CECD4C

Tints of Wattle #CECD4C

Color information

#CECD4C (or 0xCECD4C) is unknown color: approx Wattle. HEX triplet: CE, CD and 4C. RGB value is (206,205,76). Sum of RGB (Red+Green+Blue) = 206+205+76=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 76 (30.08% from 255 or 15.61% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECD4C is #3132B3. Grayscale: #BFBFBF. Windows color (decimal): -3224244 or 5033422. OLE color: 5033422.

HSL color Cylindrical-coordinate representation of color #CECD4C: hue angle of 59.54º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CECD4C is Cyan = 0, Magento = 0.00, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB20620576-
CMYK00.000.630.19
HSL59.54º57.02%55.29%-
HSV(B)59.54º63.11%80.78%-
XYZ48.5957.3115.34-
YUV190.5963.33138.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.30%
GREEN value IS 205 (80.47% from 255) = 42.09%
BLUE value IS 76 (30.08% from 255) = 15.61%
R=42.30%
G=42.09%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062057600.000.630.1959.5457.0255.29
HexCECD4C003F133c3937
Octal316315114007723747167
Binary110011101100110110011000011111110011111100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECD4C; }

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

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

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

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

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

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

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

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