#CFCE40

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

Shades of Wattle #CFCE40

Tints of Wattle #CFCE40

Color information

#CFCE40 (or 0xCFCE40) is unknown color: approx Wattle. HEX triplet: CF, CE and 40. RGB value is (207,206,64). Sum of RGB (Red+Green+Blue) = 207+206+64=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCE40 is #3031BF. Grayscale: #BEBEBE. Windows color (decimal): -3158464 or 4247247. OLE color: 4247247.

HSL color Cylindrical-coordinate representation of color #CFCE40: hue angle of 59.58º degrees, saturation: 0.6, 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 #CFCE40 is Cyan = 0, Magento = 0.00, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB20720664-
CMYK00.000.690.19
HSL59.58º59.83%53.14%-
HSV(B)59.58º69.08%81.18%-
XYZ48.7357.7813.43-
YUV190.1156.83140.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.40%
GREEN value IS 206 (80.86% from 255) = 43.19%
BLUE value IS 64 (25.39% from 255) = 13.42%
R=43.40%
G=43.19%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072066400.000.690.1959.5859.8353.14
HexCFCE400045133c3c35
Octal3173161000010523747465
Binary1100111111001110100000000100010110011111100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCE40; }

 p { color: rgb(207,206,64); }

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

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

 a { background-color: rgb(207,206,64); }

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

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

 span { border-color: rgb(207,206,64); }

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