#CFCE35

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

Shades of Wattle #CFCE35

Tints of Wattle #CFCE35

Color information

#CFCE35 (or 0xCFCE35) is unknown color: approx Wattle. HEX triplet: CF, CE and 35. RGB value is (207,206,53). Sum of RGB (Red+Green+Blue) = 207+206+53=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 53 (21.09% from 255 or 11.37% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCE35 is #3031CA. Grayscale: #BDBDBD. Windows color (decimal): -3158475 or 3526351. OLE color: 3526351.

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

Color convert

RGB20720653-
CMYK00.000.740.19
HSL59.61º61.6%50.98%-
HSV(B)59.61º74.4%81.18%-
XYZ48.4557.6711.95-
YUV188.8651.33140.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.42%
GREEN value IS 206 (80.86% from 255) = 44.21%
BLUE value IS 53 (21.09% from 255) = 11.37%
R=44.42%
G=44.21%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072065300.000.740.1959.6161.650.98
HexCFCE35004A133c3e33
Octal317316650011223747663
Binary110011111100111011010100100101010011111100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCE35; }

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

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

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

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

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

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

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

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