#CFCA3D

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

Shades of Wattle #CFCA3D

Tints of Wattle #CFCA3D

Color information

#CFCA3D (or 0xCFCA3D) is unknown color: approx Wattle. HEX triplet: CF, CA and 3D. RGB value is (207,202,61). Sum of RGB (Red+Green+Blue) = 207+202+61=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 61 (24.22% from 255 or 12.98% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCA3D is #3035C2. Grayscale: #BBBBBB. Windows color (decimal): -3159491 or 4049615. OLE color: 4049615.

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

Color convert

RGB20720261-
CMYK00.020.710.19
HSL57.95º60.33%52.55%-
HSV(B)57.95º70.53%81.18%-
XYZ47.6955.8412.68-
YUV187.4256.66141.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.04%
GREEN value IS 202 (79.30% from 255) = 42.98%
BLUE value IS 61 (24.22% from 255) = 12.98%
R=44.04%
G=42.98%
B=12.98%

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
Decimal2072026100.020.710.1957.9560.3352.55
HexCFCA3D0247133a3c35
Octal317312750210723727465
Binary1100111111001010111101010100011110011111010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCA3D; }

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

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

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

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

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

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

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

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