#CFCA4B

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

Shades of Wattle #CFCA4B

Tints of Wattle #CFCA4B

Color information

#CFCA4B (or 0xCFCA4B) is unknown color: approx Wattle. HEX triplet: CF, CA and 4B. RGB value is (207,202,75). Sum of RGB (Red+Green+Blue) = 207+202+75=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 75 (29.69% from 255 or 15.50% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCA4B is #3035B4. Grayscale: #BDBDBD. Windows color (decimal): -3159477 or 4967119. OLE color: 4967119.

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

Color convert

RGB20720275-
CMYK00.020.640.19
HSL57.73º57.89%55.29%-
HSV(B)57.73º63.77%81.18%-
XYZ48.1256.0114.93-
YUV189.0263.66140.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.77%
GREEN value IS 202 (79.30% from 255) = 41.74%
BLUE value IS 75 (29.69% from 255) = 15.50%
R=42.77%
G=41.74%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072027500.020.640.1957.7357.8955.29
HexCFCA4B0240133a3a37
Octal3173121130210023727267
Binary11001111110010101001011010100000010011111010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCA4B; }

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

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

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

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

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

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

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

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