#cfca3b

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

Shades of Wattle #CFCA3B

Tints of Wattle #CFCA3B

Color information

#CFCA3B (or 0xCFCA3B) is unknown color: approx Wattle. HEX triplet: CF, CA and 3B. RGB value is (207,202,59). Sum of RGB (Red+Green+Blue) = 207+202+59=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 59 (23.44% from 255 or 12.61% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCA3B is #3035C4. Grayscale: #BBBBBB. Windows color (decimal): -3159493 or 3918543. OLE color: 3918543.

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

Color convert

RGB20720259-
CMYK00.020.710.19
HSL57.97º60.66%52.16%-
HSV(B)57.97º71.5%81.18%-
XYZ47.6455.8212.4-
YUV187.1955.66142.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.23%
GREEN value IS 202 (79.30% from 255) = 43.16%
BLUE value IS 59 (23.44% from 255) = 12.61%
R=44.23%
G=43.16%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072025900.020.710.1957.9760.6652.16
HexCFCA3B0247133a3d34
Octal317312730210723727564
Binary1100111111001010111011010100011110011111010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfca3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfca3b; }

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

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

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

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

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

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

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

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