#cec13f

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

Shades of Wattle #CEC13F

Tints of Wattle #CEC13F

Color information

#CEC13F (or 0xCEC13F) is unknown color: approx Wattle. HEX triplet: CE, C1 and 3F. RGB value is (206,193,63). Sum of RGB (Red+Green+Blue) = 206+193+63=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 63 (25% from 255 or 13.64% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC13F is #313EC0. Grayscale: #B6B6B6. Windows color (decimal): -3227329 or 4178382. OLE color: 4178382.

HSL color Cylindrical-coordinate representation of color #CEC13F: hue angle of 54.55º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEC13F is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB20619363-
CMYK00.060.690.19
HSL54.55º59.34%52.75%-
HSV(B)54.55º69.42%80.78%-
XYZ45.4251.6212.27-
YUV182.0760.81145.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.59%
GREEN value IS 193 (75.78% from 255) = 41.77%
BLUE value IS 63 (25% from 255) = 13.64%
R=44.59%
G=41.77%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061936300.060.690.1954.5559.3452.75
HexCEC13F064513373b35
Octal316301770610523677365
Binary11001110110000011111110110100010110011110111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cec13f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cec13f; }

 p { color: rgb(206,193,63); }

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

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

 a { background-color: rgb(206,193,63); }

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

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

 span { border-color: rgb(206,193,63); }

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