#CFC53E

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

Shades of Wattle #CFC53E

Tints of Wattle #CFC53E

Color information

#CFC53E (or 0xCFC53E) is unknown color: approx Wattle. HEX triplet: CF, C5 and 3E. RGB value is (207,197,62). Sum of RGB (Red+Green+Blue) = 207+197+62=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 62 (24.61% from 255 or 13.30% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC53E is #303AC1. Grayscale: #B9B9B9. Windows color (decimal): -3160770 or 4113871. OLE color: 4113871.

HSL color Cylindrical-coordinate representation of color #CFC53E: hue angle of 55.86º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFC53E is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB20719762-
CMYK00.050.700.19
HSL55.86º60.17%52.75%-
HSV(B)55.86º70.05%81.18%-
XYZ46.5753.5512.44-
YUV184.658.81143.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.42%
GREEN value IS 197 (77.34% from 255) = 42.27%
BLUE value IS 62 (24.61% from 255) = 13.30%
R=44.42%
G=42.27%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071976200.050.700.1955.8660.1752.75
HexCFC53E054613383c35
Octal317305760510623707465
Binary11001111110001011111100101100011010011111000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC53E; }

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

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

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

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

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

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

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

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