#CFCA41

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

Shades of Wattle #CFCA41

Tints of Wattle #CFCA41

Color information

#CFCA41 (or 0xCFCA41) is unknown color: approx Wattle. HEX triplet: CF, CA and 41. RGB value is (207,202,65). Sum of RGB (Red+Green+Blue) = 207+202+65=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 65 (25.78% from 255 or 13.71% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCA41 is #3035BE. Grayscale: #BCBCBC. Windows color (decimal): -3159487 or 4311759. OLE color: 4311759.

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

Color convert

RGB20720265-
CMYK00.020.690.19
HSL57.89º59.66%53.33%-
HSV(B)57.89º68.6%81.18%-
XYZ47.8155.8913.27-
YUV187.8858.66141.64-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.67%
GREEN value IS 202 (79.30% from 255) = 42.62%
BLUE value IS 65 (25.78% from 255) = 13.71%
R=43.67%
G=42.62%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072026500.020.690.1957.8959.6653.33
HexCFCA410245133a3c35
Octal3173121010210523727465
Binary11001111110010101000001010100010110011111010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCA41; }

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

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

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

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

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

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

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

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