#CFC641

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

Shades of Wattle #CFC641

Tints of Wattle #CFC641

Color information

#CFC641 (or 0xCFC641) is unknown color: approx Wattle. HEX triplet: CF, C6 and 41. RGB value is (207,198,65). Sum of RGB (Red+Green+Blue) = 207+198+65=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 65 (25.78% from 255 or 13.83% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC641 is #3039BE. Grayscale: #BABABA. Windows color (decimal): -3160511 or 4310735. OLE color: 4310735.

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

Color convert

RGB20719865-
CMYK00.040.690.19
HSL56.2º59.66%53.33%-
HSV(B)56.2º68.6%81.18%-
XYZ46.8854.0412.96-
YUV185.5359.98143.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.04%
GREEN value IS 198 (77.73% from 255) = 42.13%
BLUE value IS 65 (25.78% from 255) = 13.83%
R=44.04%
G=42.13%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071986500.040.690.1956.259.6653.33
HexCFC641044513383c35
Octal3173061010410523707465
Binary110011111100011010000010100100010110011111000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC641; }

 p { color: rgb(207,198,65); }

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

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

 a { background-color: rgb(207,198,65); }

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

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

 span { border-color: rgb(207,198,65); }

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