#CFC535

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

Shades of Wattle #CFC535

Tints of Wattle #CFC535

Color information

#CFC535 (or 0xCFC535) is unknown color: approx Wattle. HEX triplet: CF, C5 and 35. RGB value is (207,197,53). Sum of RGB (Red+Green+Blue) = 207+197+53=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 197 (77.34% from 255 or 43.11% from 457); Blue value is 53 (21.09% from 255 or 11.60% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC535 is #303ACA. Grayscale: #B8B8B8. Windows color (decimal): -3160779 or 3524047. OLE color: 3524047.

HSL color Cylindrical-coordinate representation of color #CFC535: hue angle of 56.1º 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 #CFC535 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB20719753-
CMYK00.050.740.19
HSL56.1º61.6%50.98%-
HSV(B)56.1º74.4%81.18%-
XYZ46.3453.4511.24-
YUV183.5754.31144.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.30%
GREEN value IS 197 (77.34% from 255) = 43.11%
BLUE value IS 53 (21.09% from 255) = 11.60%
R=45.30%
G=43.11%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071975300.050.740.1956.161.650.98
HexCFC535054A13383e33
Octal317305650511223707663
Binary11001111110001011101010101100101010011111000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC535; }

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

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

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

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

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

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

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

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