#CFC43E

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

Shades of Wattle #CFC43E

Tints of Wattle #CFC43E

Color information

#CFC43E (or 0xCFC43E) is unknown color: approx Wattle. HEX triplet: CF, C4 and 3E. RGB value is (207,196,62). Sum of RGB (Red+Green+Blue) = 207+196+62=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 62 (24.61% from 255 or 13.33% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC43E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC43E is #303BC1. Grayscale: #B8B8B8. Windows color (decimal): -3161026 or 4113615. OLE color: 4113615.

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

Color convert

RGB20719662-
CMYK00.050.700.19
HSL55.45º60.17%52.75%-
HSV(B)55.45º70.05%81.18%-
XYZ46.3453.0912.36-
YUV184.0159.14144.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.52%
GREEN value IS 196 (76.95% from 255) = 42.15%
BLUE value IS 62 (24.61% from 255) = 13.33%
R=44.52%
G=42.15%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071966200.050.700.1955.4560.1752.75
HexCFC43E054613373c35
Octal317304760510623677465
Binary11001111110001001111100101100011010011110111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC43E; }

 p { color: rgb(207,196,62); }

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

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

 a { background-color: rgb(207,196,62); }

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

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

 span { border-color: rgb(207,196,62); }

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