#CECB4A

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

Shades of Wattle #CECB4A

Tints of Wattle #CECB4A

Color information

#CECB4A (or 0xCECB4A) is unknown color: approx Wattle. HEX triplet: CE, CB and 4A. RGB value is (206,203,74). Sum of RGB (Red+Green+Blue) = 206+203+74=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECB4A is #3134B5. Grayscale: #BDBDBD. Windows color (decimal): -3224758 or 4901838. OLE color: 4901838.

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

Color convert

RGB20620374-
CMYK00.010.640.19
HSL58.64º57.39%54.9%-
HSV(B)58.64º64.08%80.78%-
XYZ48.0556.3314.82-
YUV189.1962.99139.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.65%
GREEN value IS 203 (79.69% from 255) = 42.03%
BLUE value IS 74 (29.30% from 255) = 15.32%
R=42.65%
G=42.03%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062037400.010.640.1958.6457.3954.9
HexCECB4A0140133b3937
Octal3163131120110023737167
Binary1100111011001011100101001100000010011111011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECB4A; }

 p { color: rgb(206,203,74); }

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

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

 a { background-color: rgb(206,203,74); }

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

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

 span { border-color: rgb(206,203,74); }

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