#CFCA44

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

Shades of Wattle #CFCA44

Tints of Wattle #CFCA44

Color information

#CFCA44 (or 0xCFCA44) is unknown color: approx Wattle. HEX triplet: CF, CA and 44. RGB value is (207,202,68). Sum of RGB (Red+Green+Blue) = 207+202+68=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 68 (26.95% from 255 or 14.26% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCA44 is #3035BB. Grayscale: #BCBCBC. Windows color (decimal): -3159484 or 4508367. OLE color: 4508367.

HSL color Cylindrical-coordinate representation of color #CFCA44: hue angle of 57.84º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFCA44 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB20720268-
CMYK00.020.670.19
HSL57.84º59.15%53.92%-
HSV(B)57.84º67.15%81.18%-
XYZ47.955.9213.74-
YUV188.2260.16141.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.40%
GREEN value IS 202 (79.30% from 255) = 42.35%
BLUE value IS 68 (26.95% from 255) = 14.26%
R=43.40%
G=42.35%
B=14.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072026800.020.670.1957.8459.1553.92
HexCFCA440243133a3b36
Octal3173121040210323727366
Binary11001111110010101000100010100001110011111010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCA44; }

 p { color: rgb(207,202,68); }

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

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

 a { background-color: rgb(207,202,68); }

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

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

 span { border-color: rgb(207,202,68); }

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